Skip to content

Commit

Permalink
Add stage-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Roday committed Jan 12, 2018
1 parent 1cfd11d commit ddcca26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,4 +1,4 @@
{
"plugins": ["transform-async-to-generator"],
"presets": ["es2015"]
"presets": ["es2015", "stage-1"]
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -34,6 +34,7 @@
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^3.17.1",
"mocha": "^2.3.4",
"should": "^8.2.0",
Expand Down

0 comments on commit ddcca26

Please sign in to comment.