Skip to content

Commit d87bc9e

Browse files
committed
Update es2015 preset dep
1 parent 748697a commit d87bc9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015-loose",
3+
[ "es2015", { "loose": true } ],
44
"stage-1",
55
"react"
66
],

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"babel-eslint": "^7.0.0",
2525
"babel-loader": "^6.2.4",
2626
"babel-plugin-dev-expression": "^0.2.1",
27-
"babel-preset-es2015": "^6.9.0",
28-
"babel-preset-es2015-loose": "^8.0.0",
27+
"babel-preset-es2015": "^6.14.0",
2928
"babel-preset-react": "^6.11.1",
3029
"babel-preset-stage-1": "^6.5.0",
3130
"eslint": "^3.2.2",

0 commit comments

Comments
 (0)