Skip to content

Commit

Permalink
Fixed babel deprecation warning (fixes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhulse committed Aug 10, 2018
1 parent ae9df4b commit fc26211
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [
"latest"
"env"
]
}
101 changes: 52 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "app/bridge",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"colors": "^1.3.1",
"fs-extra": "^7.0.0",
Expand Down

0 comments on commit fc26211

Please sign in to comment.