From 91ddeecf3c54e7e6c7043406cc1c07991e7eb492 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Sun, 27 Jan 2019 17:38:05 +0100 Subject: [PATCH] fix(apm): switch to https for xqlint fork close #59 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bfd04a..40034f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1575,7 +1575,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "mixin-deep": { @@ -1601,7 +1601,7 @@ }, "mkdirp": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "requires": { "minimist": "0.0.8" @@ -5038,7 +5038,7 @@ }, "react": { "version": "15.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-15.3.1.tgz", + "resolved": "http://registry.npmjs.org/react/-/react-15.3.1.tgz", "integrity": "sha1-94UB7YwuxubjHDIjZS6X8TadK9Y=", "requires": { "fbjs": "^0.8.4", @@ -5932,8 +5932,8 @@ } }, "xqlint": { - "version": "git://github.com/eXistSolutions/xqlint.git#1a98bca0649c14bad8cdc15701d9ef8779dc4d1e", - "from": "git://github.com/eXistSolutions/xqlint.git#exist-syntax", + "version": "git+https://github.com/eXistSolutions/xqlint.git#1a98bca0649c14bad8cdc15701d9ef8779dc4d1e", + "from": "git+https://github.com/eXistSolutions/xqlint.git#exist-syntax", "requires": { "colors": "~0.6.2", "commander": "~2.3.0", diff --git a/package.json b/package.json index 844a16f..52a3fd4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "mkdirp": "latest", "request": "latest", "tmp": "latest", - "xqlint": "git://github.com/eXistSolutions/xqlint.git#exist-syntax" + "xqlint": "https://github.com/eXistSolutions/xqlint.git#exist-syntax" }, "bundledDependencies": [ "xqlint"