Update tokenreg (#7618)

* Update tokenreg

* Add commit hash
This commit is contained in:
Jaco Greeff 2018-01-18 15:38:38 +01:00 committed by GitHub
parent afae8e8f6e
commit d2e44cf1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
js/package-lock.json generated
View File

@ -307,7 +307,7 @@
"dev": true
},
"@parity/dapp-tokenreg": {
"version": "github:paritytech/dapp-tokenreg#5f60ec328f1f98a9dc359797b99d713626998b24",
"version": "github:parity-js/dapp-tokenreg#9750a2c10a934f9ae0e6e7fd6fa5b9e25a7b0785",
"dev": true
},
"@parity/etherscan": {
@ -2637,7 +2637,7 @@
},
"capture-stack-trace": {
"version": "1.0.0",
"resolved": "http://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
"integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=",
"dev": true
},
@ -3518,7 +3518,7 @@
},
"create-error-class": {
"version": "3.0.2",
"resolved": "http://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
"resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
"integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
"dev": true,
"requires": {
@ -14240,7 +14240,7 @@
},
"read-all-stream": {
"version": "3.1.0",
"resolved": "http://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",
"resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",
"integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=",
"dev": true,
"requires": {

View File

@ -54,7 +54,7 @@
"@parity/dapp-signaturereg": "paritytech/dapp-signaturereg",
"@parity/dapp-status": "js-dist-paritytech/dapp-status",
"@parity/dapp-tokendeploy": "paritytech/dapp-tokendeploy",
"@parity/dapp-tokenreg": "paritytech/dapp-tokenreg",
"@parity/dapp-tokenreg": "parity-js/dapp-tokenreg#9750a2c10a934f9ae0e6e7fd6fa5b9e25a7b0785",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "7.1.1",