1.5.1
This commit is contained in:
parent
6ad103b756
commit
eaf8d4589a
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user