upgrade crypto-js (uglified source no more)

thank you @evanvosberg, @kyledrake. [evanvosberg/crypto-js#6]
This commit is contained in:
Wei Lu 2014-03-22 21:24:16 +08:00
parent 9a2953767c
commit ea7821b6fa

View file

@ -39,7 +39,7 @@
"compile": "./node_modules/.bin/browserify ./src/index.js -s Bitcoin | ./node_modules/.bin/uglifyjs > bitcoinjs-min.js"
},
"dependencies": {
"crypto-js": "3.1.2-2",
"crypto-js": "3.1.2-3",
"secure-random": "0.2.1"
}
}