Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Fix issue with bundling subproviders for the browser by ignoring the …
Browse files Browse the repository at this point in the history
…`ganache-core` dependency
  • Loading branch information
fabioberger committed Mar 15, 2018
1 parent 8137d41 commit 0225d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/subproviders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Export `GanacheSubprovider` and `Subprovider` (#426)
* Make all subproviders to derive from `Subprovider` (#426)
* Add types for `NextCallback`, `OnNextCompleted` (#426)
* Ignore `ganache-core` dependency when using package in a browser environment.

## v0.7.0 - _March 8, 2018_

Expand Down
3 changes: 3 additions & 0 deletions packages/subproviders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
},
"publishConfig": {
"access": "public"
},
"browser": {
"ganache-core": false
}
}

0 comments on commit 0225d34

Please sign in to comment.