File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- var bitcoin = require ( './src/index ' )
1
+ var bitcoin = require ( '../ ' )
2
2
3
3
var exports = {
4
4
BigInteger : require ( 'bigi' ) ,
5
- ecurve : require ( 'ecurve' ) ,
6
- secureRandom : require ( 'secure-random' )
5
+ ecurve : require ( 'ecurve' )
7
6
}
8
7
9
8
for ( var key in bitcoin ) {
Original file line number Diff line number Diff line change 60
60
"files" : " test/*.js"
61
61
},
62
62
"scripts" : {
63
- "compile" : " browserify ./src/index.js -s bitcoin | uglifyjs > bitcoinjs-min.js" ,
64
- "compile-bundle" : " browserify ./bundle.js -s bitcoin | uglifyjs > bitcoinjs-bundle-min.js" ,
63
+ "compile" : " browserify ./dist/index.js -s bitcoin | uglifyjs > dist/bitcoinjs-min.js" ,
65
64
"coverage" : " istanbul cover _mocha -- test/*.js" ,
66
65
"coveralls" : " npm run-script coverage && coveralls < coverage/lcov.info" ,
67
66
"integration" : " mocha --reporter list test/integration/*.js" ,
You can’t perform that action at this time.
0 commit comments