Skip to content

Commit 76f6b7d

Browse files
sumityadavroblarsen
authored andcommitted
Upgrading to babel-preset-env (#2010)
1 parent 0ca2bc2 commit 76f6b7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apache-server-configs": "2.15.0",
55
"archiver": "^2.1.0",
66
"babel-core": "^6.26.0",
7-
"babel-preset-es2015": "^6.24.1",
7+
"babel-preset-env": "^1.6.1",
88
"babel-register": "^6.26.0",
99
"del": "^3.0.0",
1010
"glob": "^7.1.2",
@@ -33,7 +33,7 @@
3333
},
3434
"babel": {
3535
"presets": [
36-
"es2015"
36+
"env"
3737
]
3838
},
3939
"h5bp-configs": {
@@ -61,8 +61,8 @@
6161
"modernizr-config.json",
6262
"README.md"
6363
],
64-
"repository" : {
65-
"type" : "git",
66-
"url" : "https://github.com/h5bp/html5-boilerplate.git"
64+
"repository": {
65+
"type": "git",
66+
"url": "https://github.com/h5bp/html5-boilerplate.git"
6767
}
6868
}

0 commit comments

Comments
 (0)