From 6e1f7d2a0750ab4915d688f9f4fdbad1983511da Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 15 Mar 2021 00:09:32 +0100 Subject: [PATCH] use npm package --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49e6fe06..2c1149d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,8 +83,8 @@ "nyc": "15.1.0", "open-cli": "6.0.1", "promise-fs": "2.1.1", - "qr-manipulation": "git+https://github.com/brettz9/qr-manipulation.git", - "query-result": "git+https://github.com/WebReflection/query-result.git", + "qr-manipulation": "github:brettz9/qr-manipulation", + "query-result": "github:WebReflection/query-result", "remark-cli": "9.0.0", "remark-lint-ordered-list-marker-value": "2.0.1", "requirejs": "2.3.6", @@ -39688,7 +39688,7 @@ "qr-manipulation": { "version": "git+ssh://git@github.com/brettz9/qr-manipulation.git#f3dd92f4db007b2195ab1477757db74d598c3fdc", "dev": true, - "from": "qr-manipulation@git+https://github.com/brettz9/qr-manipulation.git" + "from": "qr-manipulation@github:brettz9/qr-manipulation" }, "qs": { "version": "6.5.2", @@ -39699,7 +39699,7 @@ "query-result": { "version": "git+ssh://git@github.com/WebReflection/query-result.git#6b33ed9e3193f685ee0f35a59ff6088ca57f8597", "dev": true, - "from": "query-result@git+https://github.com/WebReflection/query-result.git" + "from": "query-result@github:WebReflection/query-result" }, "querystring": { "version": "0.2.0", diff --git a/package.json b/package.json index 796f304c..e8be422c 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,8 @@ "nyc": "15.1.0", "open-cli": "6.0.1", "promise-fs": "2.1.1", - "qr-manipulation": "git+https://github.com/brettz9/qr-manipulation.git", - "query-result": "git+https://github.com/WebReflection/query-result.git", + "qr-manipulation": "github:brettz9/qr-manipulation", + "query-result": "github:WebReflection/query-result", "remark-cli": "9.0.0", "remark-lint-ordered-list-marker-value": "2.0.1", "requirejs": "2.3.6",