Skip to content

Commit

Permalink
Upgrading to babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
sumityadav committed Nov 28, 2017
1 parent 0ca2bc2 commit 8b5effd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"apache-server-configs": "2.15.0",
"archiver": "^2.1.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"glob": "^7.1.2",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"babel": {
"presets": [
"es2015"
"env"
]
},
"h5bp-configs": {
Expand Down Expand Up @@ -61,8 +61,8 @@
"modernizr-config.json",
"README.md"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/h5bp/html5-boilerplate.git"
"repository": {
"type": "git",
"url": "https://github.com/h5bp/html5-boilerplate.git"
}
}

0 comments on commit 8b5effd

Please sign in to comment.