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 23, 2019
1 parent 2e15bbb commit 2f415b6
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": "Commitizen adapter following the conventional-changelog format, with emojis. 🎉",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager",
"ava": {
"helpers": [
"test/helpers/**/*"
],
"files": [
"test/**/*.test.js"
]
},
"bugs": {
"url": "https://github.com/pvdlg/cz-conventional-commit/issues"
},
Expand All @@ -13,7 +21,7 @@
},
"devDependencies": {
"@commitlint/core": "^8.0.0",
"ava": "^1.0.1",
"ava": "^2.4.0",
"codecov": "^3.0.0",
"conventional-changelog-metahub": "^3.0.0",
"conventional-commits-parser": "^3.0.0",
Expand Down

0 comments on commit 2f415b6

Please sign in to comment.