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

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Mar 15, 2017
1 parent ac9cf86 commit e186f2d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-env",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -87,13 +87,17 @@
],
"env": {
"test": {
"plugins": ["istanbul"]
"plugins": [
"istanbul"
]
}
}
},
"nyc": {
"all": true,
"include": ["src/*.js"],
"include": [
"src/*.js"
],
"instrument": false,
"sourceMap": false
}
Expand Down

0 comments on commit e186f2d

Please sign in to comment.