Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Add bitcore dependencies
Browse files Browse the repository at this point in the history
Beware: bitpay/bitcore#1457 (comment)
When using bitcore-explorers and bitcore-lib (this change) the above
error witl occur. To fix apply proposed solution directly to every
bitcore-lib/index.js file.
Keep an eye for bitpay/bitcore-explorers#41
  • Loading branch information
AquiGorka committed May 22, 2018
1 parent f84077a commit 6751c08
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 0 deletions.
113 changes: 113 additions & 0 deletions packages/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "universal-wallet-webapp",
"version": "0.0.1",
"dependencies": {
"bitcore-explorers": "^1.0.1",
"bitcore-lib": "^0.15.0",
"blockstack": "^17.2.0",
"qr-encode": "^0.3.0",
"react": "^16.3.2",
Expand Down

0 comments on commit 6751c08

Please sign in to comment.