Browse Source

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.
patch-2
Ryan X. Charles 11 years ago
parent
commit
1361bd2939
  1. 2
      .gitignore
  2. 28308
      browser/bundle.js
  3. 1418
      browser/testdata.js
  4. 2869
      browser/vendor-bundle.js
  5. 2
      package.json

2
.gitignore

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

28308
browser/bundle.js

File diff suppressed because one or more lines are too long

1418
browser/testdata.js

File diff suppressed because one or more lines are too long

2869
browser/vendor-bundle.js

File diff suppressed because it is too large

2
package.json

@ -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"

Loading…
Cancel
Save