Skip to content

Commit

Permalink
chore(package): update ava to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Oct 15, 2019
1 parent 4fdb29b commit bad6359
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"description": "conventional-changelog preset",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager",
"ava": {
"files": [
"test/**/*.test.js"
],
"helpers": [
"test/helpers/**/*"
]
},
"bugs": {
"url": "https://github.com/pvdlg/conventional-changelog-metahub/issues"
},
Expand All @@ -11,7 +19,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^2.4.0",
"codecov": "^3.0.0",
"conventional-changelog": "^3.0.1",
"conventional-commits-parser": "^3.0.0",
Expand Down

0 comments on commit bad6359

Please sign in to comment.