fix npm install issue and up version

Bitcore in Copay is not being installed correctly due to changes we made
recently in the way bitcore is compiled (it is not compiled on install, but on
prepublish). This adds all the bundles to the repo to fix that issue.
This commit is contained in:
Ryan X. Charles 2014-05-23 16:25:39 -07:00
parent e8d10c3045
commit 1361bd2939
5 changed files with 4454 additions and 27937 deletions

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
build/
browser/vendor-bundle.js
browser/testdata.js
node_modules/
*.swp
*.swo

File diff suppressed because one or more lines are too long

1418
browser/testdata.js Normal file

File diff suppressed because one or more lines are too long

2869
browser/vendor-bundle.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "bitcore",
"description": "Bitcoin Library",
"version": "0.1.19",
"version": "0.1.20",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"