Skip to content

Commit

Permalink
use es5 build for web3-provider-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Apr 25, 2018
1 parent ba204c0 commit 7d397c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"ledgerco": "^1.2.1",
"promise-timeout": "^1.1.1",
"strip-hex-prefix": "^1.0.0",
"web3-provider-engine": "^13.3.3"
"web3-provider-engine": "^14.0.4"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import HookedWalletSubprovider from "web3-provider-engine/subproviders/hooked-wallet";
import HookedWalletSubprovider from "web3-provider-engine/dist/es5/subproviders/hooked-wallet";
import LedgerWallet from "./LedgerWallet";

export default async function(
Expand Down

0 comments on commit 7d397c3

Please sign in to comment.