Use more explicit URL dep pinning to avoid yarn cache issue with Github deps

This commit is contained in:
fabioberger
2019-07-27 16:14:51 +02:00
parent 2eca95df00
commit f0b5616aba
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
"opn": "^5.3.0",
"promisify-child-process": "^1.0.5",
"prompt": "^1.0.0",
"publish-release": "0xproject/publish-release#1.3.3-fork-updated-deps",
"publish-release": "https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed",
"rimraf": "^2.6.2",
"semver": "5.5.0",
"semver-diff": "^2.1.0",

View File

@@ -13986,9 +13986,9 @@ public-encrypt@^4.0.0:
parse-asn1 "^5.0.0"
randombytes "^2.0.1"
publish-release@0xproject/publish-release#1.3.3-fork-updated-deps:
"publish-release@https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed":
version "1.3.3"
resolved "https://codeload.github.com/0xproject/publish-release/tar.gz/3f8be1105a356527f4b362ff456d94bf9a82f2ed"
resolved "https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed"
dependencies:
async "^0.9.0"
ghauth "^2.0.0"