Skip to content

Commit

Permalink
babel: bump deps, switch to es2017 preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Sep 5, 2016
1 parent 815b51c commit ba6c63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["stage-3"]
"presets": ["es2017"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.0.4",
"babel-preset-stage-3": "^6.3.13",
"babel-eslint": "^6.1.2",
"babel-preset-es2017": "^6.14.0",
"eslint": "^3.0.0",
"eslint-plugin-babel": "^3.3.0"
},
Expand Down

0 comments on commit ba6c63b

Please sign in to comment.