fix compile script #65
This commit is contained in:
parent
ac895ca9f9
commit
4b1b9d9cb6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
"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 -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"
|
||||
|
|
Loading…
Reference in a new issue