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

Commit 3c75ba4

Browse files
committed
Add babel runtime dep
1 parent 5670e7e commit 3c75ba4

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.babelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"presets": ["@babel/env"],
3+
"plugins": ["@babel/plugin-transform-runtime"]
4+
}

babel.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"homepage": "https://github.com/ethereumjs/ethereumjs-blockchain#readme",
3131
"dependencies": {
32+
"@babel/runtime": "^7.3.1",
3233
"async": "^2.6.1",
3334
"ethashjs": "~0.0.7",
3435
"ethereumjs-block": "~2.2.0",
@@ -44,6 +45,7 @@
4445
"devDependencies": {
4546
"@babel/cli": "^7.2.3",
4647
"@babel/core": "^7.2.2",
48+
"@babel/plugin-transform-runtime": "^7.2.0",
4749
"@babel/preset-env": "^7.3.1",
4850
"coveralls": "^3.0.2",
4951
"nyc": "^13.0.1",

0 commit comments

Comments
 (0)