rename bundle from privsec to bitcore

...since this library is indeed likely to become the new bitcore
This commit is contained in:
Ryan X. Charles 2014-09-01 14:59:42 -07:00
parent 6a26813955
commit a481a0225e
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.swp
coverage
node_modules
browser/privsec.js
browser/bitcore.js
browser/tests.js

View File

@ -1,4 +1,4 @@
#!/bin/bash
browserify index.js -o browser/privsec.js
browserify index.js -o browser/bitcore.js
ls test/*.js | xargs browserify -o browser/tests.js