Skip to content

Commit

Permalink
chore(package): update ava to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and pvdlg committed Jun 5, 2019
1 parent 038e640 commit 95a0456
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -3,6 +3,14 @@
"description": "Automated semver compliant package publishing",
"version": "0.0.0-development",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"ava": {
"files": [
"test/**/*.test.js"
],
"helpers": [
"test/helpers/**/*"
]
},
"bin": {
"semantic-release": "bin/semantic-release.js"
},
Expand Down Expand Up @@ -47,7 +55,7 @@
"yargs": "^13.1.0"
},
"devDependencies": {
"ava": "^1.3.1",
"ava": "^2.0.0",
"clear-module": "^3.0.0",
"codecov": "^3.0.0",
"commitizen": "^3.0.0",
Expand Down

0 comments on commit 95a0456

Please sign in to comment.