Skip to content

Commit

Permalink
HACK: fix ganache-core bug
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Apr 11, 2020
1 parent 98bc292 commit 25bf298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Francesco Agosti <francesco@0x.org>",
"license": "Apache-2.0",
"scripts": {
"install": "sed -ie 's!import { Provider as Web3Provider } from \"web3/providers\";!import { Web3EthereumProvider as Web3Provider } from \"web3-providers\";!' node_modules/ganache-core/typings/index.d.ts # see https://github.com/trufflesuite/ganache-core/issues/465#issuecomment-610005598",
"clean": "yarn clean:ts && yarn clean:docker",
"clean:ts": "shx rm -rf lib",
"clean:docker": "shx rm -rf 0x_mesh/db",
Expand Down

0 comments on commit 25bf298

Please sign in to comment.