Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Updated deprecated babel es2015 to env preset
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Jan 3, 2018
1 parent 3122cd8 commit 7470e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"babelify",
{
"presets": [
"es2015"
"env"
]
}
]
Expand Down Expand Up @@ -120,7 +120,7 @@
"secp256k1": "^3.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.0.0",
"contributor": "^0.1.25",
Expand Down

0 comments on commit 7470e96

Please sign in to comment.