This commit is contained in:
Brian Ng 2017-05-22 09:30:25 -05:00
parent 6ad103b756
commit eaf8d4589a

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-env",
"version": "1.5.0",
"version": "1.5.1",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
@ -76,9 +76,12 @@
},
"babel": {
"presets": [
["env", {
"loose": true
}]
[
"env",
{
"loose": true
}
]
],
"env": {
"test": {