upgrade crypto-js (uglified source no more)
thank you @evanvosberg, @kyledrake. [evanvosberg/crypto-js#6]
This commit is contained in:
parent
9a2953767c
commit
ea7821b6fa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
"compile": "./node_modules/.bin/browserify ./src/index.js -s Bitcoin | ./node_modules/.bin/uglifyjs > bitcoinjs-min.js"
|
"compile": "./node_modules/.bin/browserify ./src/index.js -s Bitcoin | ./node_modules/.bin/uglifyjs > bitcoinjs-min.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-js": "3.1.2-2",
|
"crypto-js": "3.1.2-3",
|
||||||
"secure-random": "0.2.1"
|
"secure-random": "0.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue