Browse Source

Use repo URLs instead of npm registry.

master
Gerben 4 years ago
parent
commit
8bea83ccc6
3 changed files with 8 additions and 5 deletions
  1. +5
    -1
      Readme.md
  2. +2
    -3
      package-lock.json
  3. +1
    -1
      package.json

+ 5
- 1
Readme.md View File

@@ -6,7 +6,11 @@ This means it returns a string containing the `<html>.....</html>` with all the


## Install ## Install


npm install document-outerhtml
npm install "git+https://code.treora.com/gerben/document-outerhtml#latest"

npm install document-outerhtml@latest

..or equivalent


## Usage ## Usage




+ 2
- 3
package-lock.json View File

@@ -3751,9 +3751,8 @@
} }
}, },
"doctype-to-string": { "doctype-to-string": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/doctype-to-string/-/doctype-to-string-0.1.2.tgz",
"integrity": "sha512-sW4CbvPUvEcHE8RuNrhXjm3pHI8mvH5lVkJmSPMXRj6hAniFgYvl6dxo4PwQpS47E7lRvHja727WtkLO7zQGVQ=="
"version": "git+https://code.treora.com/gerben/doctype-to-string#a4ae38f7867b0235e4dbecc2aaa70ecc115faff4",
"from": "git+https://code.treora.com/gerben/doctype-to-string#semver:^0.1.2"
}, },
"domexception": { "domexception": {
"version": "1.0.1", "version": "1.0.1",


+ 1
- 1
package.json View File

@@ -38,6 +38,6 @@
] ]
}, },
"dependencies": { "dependencies": {
"doctype-to-string": "^0.1.2"
"doctype-to-string": "git+https://code.treora.com/gerben/doctype-to-string#semver:^0.1.2"
} }
} }

Loading…
Cancel
Save