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",