Skip to content

Commit

Permalink
Remove babel-preset-stage-1 once stage-0 covers it
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosnk committed Jun 12, 2016
1 parent fbcf3e1 commit cc77685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["react", "es2015", "stage-1", "stage-0"],
"presets": ["react", "es2015", "stage-0"],
"plugins": [
"transform-decorators-legacy"
]
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"es6-shim": "^0.35.0",
"eslint": "^2.4.0",
Expand Down

0 comments on commit cc77685

Please sign in to comment.