Skip to content

Commit

Permalink
Add stage-2 as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 10, 2016
1 parent e581bd5 commit 936ab04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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": ["es2015", "react"],
"presets": ["es2015", "react", "stage-2"],
"env": {
"development": {
"presets": ["react-hmre"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"homepage": "http://redux.js.org",
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-preset-stage-2": "^6.5.0",
"classnames": "^2.1.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
Expand All @@ -35,6 +34,7 @@
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-register": "^6.3.13",
"cross-env": "^1.0.7",
Expand Down

0 comments on commit 936ab04

Please sign in to comment.