From ea7821b6face9a4990b5d37182be8fb32c29531e Mon Sep 17 00:00:00 2001 From: Wei Lu Date: Sat, 22 Mar 2014 21:24:16 +0800 Subject: [PATCH] upgrade crypto-js (uglified source no more) thank you @evanvosberg, @kyledrake. [evanvosberg/crypto-js#6] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8e35a4..36d1f36 100644 --- a/package.json +++ b/package.json @@ -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" } }