Skip to content

Commit 2f415b6

Browse files
committed
chore(package): update ava to version 2.4.0
1 parent 2e15bbb commit 2f415b6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "Commitizen adapter following the conventional-changelog format, with emojis. 🎉",
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager",
6+
"ava": {
7+
"helpers": [
8+
"test/helpers/**/*"
9+
],
10+
"files": [
11+
"test/**/*.test.js"
12+
]
13+
},
614
"bugs": {
715
"url": "https://github.com/pvdlg/cz-conventional-commit/issues"
816
},
@@ -13,7 +21,7 @@
1321
},
1422
"devDependencies": {
1523
"@commitlint/core": "^8.0.0",
16-
"ava": "^1.0.1",
24+
"ava": "^2.4.0",
1725
"codecov": "^3.0.0",
1826
"conventional-changelog-metahub": "^3.0.0",
1927
"conventional-commits-parser": "^3.0.0",

0 commit comments

Comments
 (0)