Skip to content

Commit

Permalink
Merge pull request #265 from hobofife/master
Browse files Browse the repository at this point in the history
Change Browserify results to 'bitcoin', not 'Bitcoin'
  • Loading branch information
weilu committed Aug 19, 2014
2 parents 106e00e + 7ef963c commit 70be0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"files": "test/*.js"
},
"scripts": {
"compile": "browserify ./src/index.js -s Bitcoin | uglifyjs > bitcoinjs-min.js",
"compile": "browserify ./src/index.js -s bitcoin | uglifyjs > bitcoinjs-min.js",
"coverage": "istanbul cover _mocha -- test/*.js",
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
"integration": "mocha --reporter list test/integration/*.js",
Expand Down

0 comments on commit 70be0d2

Please sign in to comment.