Skip to content

Commit

Permalink
(Build fix) babel-preset-es2015 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Tarsi authored and Todd Tarsi committed Feb 10, 2017
1 parent 2975237 commit 052135f
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
Expand Up @@ -9,7 +9,7 @@
]
],
"presets": [
"es2015",
["es2015", { loose: "true" }],
"react",
"stage-1"
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"bluebird": "^3.0.5",
Expand Down

0 comments on commit 052135f

Please sign in to comment.