diff --git a/package.json b/package.json index def32b8..b121804 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "mocha": "1.8.1", "istanbul": "0.1.30", - "uglify-js": "*", + "uglify-js": "2.4.13", "node-browserify": "https://github.com/substack/node-browserify/tarball/master" }, "testling": { @@ -37,9 +37,9 @@ "scripts": { "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js", - "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": { - "crypto-js": "~3.1.2-2" + "crypto-js": "3.1.2-2" } }