Fix issue with bundling subproviders for the browser by ignoring the ganache-core dependency
This commit is contained in:
@@ -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_
|
||||
|
||||
|
||||
@@ -65,5 +65,8 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"browser": {
|
||||
"ganache-core": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user