Skip to content

Commit

Permalink
subproviders - vm - fix dep location
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Apr 10, 2018
1 parent 9e047bd commit 8ef5a57
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 @@ -23,7 +23,7 @@
"ethereumjs-block": "^1.2.2",
"ethereumjs-tx": "^1.2.0",
"ethereumjs-util": "^5.1.1",
"ethereumjs-vm": "^2.0.2",
"ethereumjs-vm": "^2.3.4",
"fetch-ponyfill": "^4.0.0",
"json-rpc-error": "^2.0.0",
"json-stable-stringify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion subproviders/vm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const doWhilst = require('async/doWhilst')
const inherits = require('util').inherits
const Stoplight = require('../util/stoplight.js')
const createVm = require('ethereumjs-vm/lib/hooked').fromWeb3Provider
const createVm = require('ethereumjs-vm/dist/hooked').fromWeb3Provider
const Block = require('ethereumjs-block')
const FakeTransaction = require('ethereumjs-tx/fake.js')
const ethUtil = require('ethereumjs-util')
Expand Down

0 comments on commit 8ef5a57

Please sign in to comment.