Skip to content

Commit 9a38762

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update ava to version 2.0.0
1 parent 29d28a4 commit 9a38762

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "semantic-release plugin to analyze commits with conventional-changelog",
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6+
"ava": {
7+
"files": [
8+
"test/**/*.test.js"
9+
],
10+
"helpers": [
11+
"test/helpers/**/*"
12+
]
13+
},
614
"bugs": {
715
"url": "https://github.com/semantic-release/commit-analyzer/issues"
816
},
@@ -25,7 +33,7 @@
2533
"micromatch": "^3.1.10"
2634
},
2735
"devDependencies": {
28-
"ava": "^1.0.1",
36+
"ava": "^2.0.0",
2937
"codecov": "^3.0.0",
3038
"commitizen": "^3.0.0",
3139
"conventional-changelog-atom": "^2.0.0",

0 commit comments

Comments
 (0)