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

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed May 20, 2017
1 parent 590bfb5 commit d937261
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-env",
"version": "1.4.0",
"version": "1.5.0",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <[email protected]>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -76,7 +76,9 @@
},
"babel": {
"presets": [
["env"]
[
"env"
]
],
"env": {
"test": {
Expand Down

0 comments on commit d937261

Please sign in to comment.