Skip to content

Commit

Permalink
add babel-preset-stage-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Aug 16, 2017
1 parent c4b8a39 commit d31f598
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": [
"es2015"
],
"es2015",
"stage-2"
],
"comments": false
}
219 changes: 218 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"chai": "4.1.0",
"codecov.io": "0.1.6",
"eslint": "4.3.0",
Expand Down

0 comments on commit d31f598

Please sign in to comment.