We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d28a4 commit 9a38762Copy full SHA for 9a38762
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
},
@@ -25,7 +33,7 @@
25
33
"micromatch": "^3.1.10"
26
34
27
35
"devDependencies": {
28
- "ava": "^1.0.1",
36
+ "ava": "^2.0.0",
29
37
"codecov": "^3.0.0",
30
38
"commitizen": "^3.0.0",
31
39
"conventional-changelog-atom": "^2.0.0",
0 commit comments