From 8bea83ccc60b5fe3452de1c38aa3baa1bab25b91 Mon Sep 17 00:00:00 2001 From: Gerben Date: Mon, 16 Mar 2020 23:11:27 +0100 Subject: [PATCH] Use repo URLs instead of npm registry. --- Readme.md | 6 +++++- package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 09d919b..a29a1f2 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,11 @@ This means it returns a string containing the `.....` with all the ## Install - npm install document-outerhtml + npm install "git+https://code.treora.com/gerben/document-outerhtml#latest" + + npm install document-outerhtml@latest + +..or equivalent ## Usage diff --git a/package-lock.json b/package-lock.json index 492af82..5ac14eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3751,9 +3751,8 @@ } }, "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": { "version": "1.0.1", diff --git a/package.json b/package.json index 33ab93c..24c32ed 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ ] }, "dependencies": { - "doctype-to-string": "^0.1.2" + "doctype-to-string": "git+https://code.treora.com/gerben/doctype-to-string#semver:^0.1.2" } }