Fix issue with bundling subproviders for the browser by ignoring the ganache-core dependency

This commit is contained in:
Fabio Berger
2018-03-15 19:51:07 +01:00
parent 8137d41ce5
commit 0225d34b74
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -65,5 +65,8 @@
},
"publishConfig": {
"access": "public"
},
"browser": {
"ganache-core": false
}
}