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:
parent
e8d10c3045
commit
1361bd2939
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,4 @@
|
||||
build/
|
||||
browser/vendor-bundle.js
|
||||
browser/testdata.js
|
||||
node_modules/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
28100
browser/bundle.js
28100
browser/bundle.js
File diff suppressed because one or more lines are too long
1418
browser/testdata.js
Normal file
1418
browser/testdata.js
Normal file
File diff suppressed because one or more lines are too long
2869
browser/vendor-bundle.js
Normal file
2869
browser/vendor-bundle.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -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…
Reference in New Issue
Block a user