Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed May 22, 2017
1 parent 86ce2db commit 5ff37e3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
@@ -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/",
Expand Down Expand Up @@ -76,9 +76,12 @@
},
"babel": {
"presets": [
["env", {
"loose": true
}]
[
"env",
{
"loose": true
}
]
],
"env": {
"test": {
Expand Down

0 comments on commit 5ff37e3

Please sign in to comment.