Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
ethereumjs-common v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Feb 1, 2019
1 parent 3c458de commit bbf96f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Stoplight = require('flow-stoplight')
const semaphore = require('semaphore')
const level = require('level-mem')
const Block = require('ethereumjs-block')
const Common = require('ethereumjs-common')
const Common = require('ethereumjs-common').default
const ethUtil = require('ethereumjs-util')
const Ethash = require('ethashjs')
const Buffer = require('safe-buffer').Buffer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"async": "^2.6.1",
"ethashjs": "~0.0.7",
"ethereumjs-block": "~2.1.0",
"ethereumjs-common": "~0.6.0",
"ethereumjs-common": "^1.0.0",
"ethereumjs-util": "~6.0.0",
"flow-stoplight": "^1.0.0",
"level-mem": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const test = require('tape')
const Blockchain = require('..')
const Block = require('ethereumjs-block')
const Common = require('ethereumjs-common')
const Common = require('ethereumjs-common').default
const async = require('async')
const ethUtil = require('ethereumjs-util')
const level = require('level-mem')
Expand Down

0 comments on commit bbf96f2

Please sign in to comment.