We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e15bbb commit 2f415b6Copy full SHA for 2f415b6
1 file changed
package.json
@@ -3,6 +3,14 @@
3
"description": "Commitizen adapter following the conventional-changelog format, with emojis. 🎉",
4
"version": "0.0.0-development",
5
"author": "Pierre Vanduynslager",
6
+ "ava": {
7
+ "helpers": [
8
+ "test/helpers/**/*"
9
+ ],
10
+ "files": [
11
+ "test/**/*.test.js"
12
+ ]
13
+ },
14
"bugs": {
15
"url": "https://github.com/pvdlg/cz-conventional-commit/issues"
16
},
@@ -13,7 +21,7 @@
21
22
"devDependencies": {
23
"@commitlint/core": "^8.0.0",
- "ava": "^1.0.1",
24
+ "ava": "^2.4.0",
17
25
"codecov": "^3.0.0",
18
26
"conventional-changelog-metahub": "^3.0.0",
19
27
"conventional-commits-parser": "^3.0.0",
0 commit comments