Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
HACK: fix ganache-core bug
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Apr 7, 2020
1 parent d59834f commit bf92372
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 <[email protected]>",
"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 bf92372

Please sign in to comment.