We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb7ade commit 6c071f9Copy full SHA for 6c071f9
package.json
@@ -3,6 +3,14 @@
3
"description": "semantic-release plugin to analyze commits with conventional-changelog",
4
"version": "0.0.0-development",
5
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6
+ "ava": {
7
+ "files": [
8
+ "test/**/*.test.js"
9
+ ],
10
+ "helpers": [
11
+ "test/helpers/**/*"
12
+ ]
13
+ },
14
"bugs": {
15
"url": "https://github.com/semantic-release/commit-analyzer/issues"
16
},
@@ -24,7 +32,7 @@
24
32
"lodash": "^4.17.4"
25
33
26
34
"devDependencies": {
27
- "ava": "^1.0.1",
35
+ "ava": "^2.0.0",
28
36
"codecov": "^3.0.0",
29
37
"commitizen": "^3.0.0",
30
38
"conventional-changelog-atom": "^2.0.0",
0 commit comments