Specify git commits in package.json

This commit is contained in:
Daniel Huigens 2019-02-05 12:30:09 +01:00
parent 352dd5639e
commit 9d7db98362
2 changed files with 8 additions and 8 deletions

8
npm-shrinkwrap.json generated
View File

@ -278,7 +278,7 @@
},
"asmcrypto.js": {
"version": "github:openpgpjs/asmcrypto#6e4e407b9b8ae317925a9e677cc7b4de3e447e83",
"from": "github:openpgpjs/asmcrypto"
"from": "github:openpgpjs/asmcrypto#6e4e407"
},
"asn1": {
"version": "0.2.3",
@ -2300,7 +2300,7 @@
},
"elliptic": {
"version": "github:openpgpjs/elliptic#ad81845f693effa5b4b6d07db2e82112de222f48",
"from": "github:openpgpjs/elliptic",
"from": "github:openpgpjs/elliptic#ad81845",
"requires": {
"bn.js": "^4.4.0",
"brorand": "^1.0.1",
@ -6482,7 +6482,7 @@
},
"seek-bzip": {
"version": "github:openpgpjs/seek-bzip#3aca608ffedc055a1da1d898ecb244804ef32209",
"from": "github:openpgpjs/seek-bzip",
"from": "github:openpgpjs/seek-bzip#3aca608",
"requires": {
"commander": "~2.8.1"
},
@ -7397,7 +7397,7 @@
},
"web-stream-tools": {
"version": "github:openpgpjs/web-stream-tools#84a497715c9df271a673f8616318264ab42ab3cc",
"from": "github:openpgpjs/web-stream-tools"
"from": "github:openpgpjs/web-stream-tools#84a4977"
},
"websocket-driver": {
"version": "0.7.0",

View File

@ -74,17 +74,17 @@
"dependencies": {
"@mattiasbuelens/web-streams-polyfill": "0.1.0-alpha.4",
"address-rfc2822": "^2.0.3",
"asmcrypto.js": "github:openpgpjs/asmcrypto",
"asmcrypto.js": "github:openpgpjs/asmcrypto#6e4e407",
"asn1.js": "^5.0.0",
"bn.js": "^4.11.8",
"buffer": "^5.0.8",
"elliptic": "github:openpgpjs/elliptic",
"elliptic": "github:openpgpjs/elliptic#ad81845",
"hash.js": "^1.1.3",
"node-fetch": "^2.1.2",
"node-localstorage": "~1.3.0",
"pako": "^1.0.6",
"seek-bzip": "github:openpgpjs/seek-bzip",
"web-stream-tools": "github:openpgpjs/web-stream-tools"
"seek-bzip": "github:openpgpjs/seek-bzip#3aca608",
"web-stream-tools": "github:openpgpjs/web-stream-tools#84a4977"
},
"repository": {
"type": "git",