Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Jul 2, 2019
1 parent 24339fc commit 2f85dda
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node ./utils/sample-linter.js"
]
},
"version": "0.8.0",
"version": "0.9.0",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
Expand Down Expand Up @@ -117,13 +117,24 @@
"test": "test"
},
"babel": {
"presets": ["@babel/preset-env"],
"presets": [
"@babel/preset-env"
],
"generatorOpts": {
"retainLines": true
},
"env": {
"test": {
"plugins": [["istanbul", { "include": ["src/**/*.js"] }]]
"plugins": [
[
"istanbul",
{
"include": [
"src/**/*.js"
]
}
]
]
}
}
},
Expand Down

0 comments on commit 2f85dda

Please sign in to comment.