Skip to content

Commit 6c071f9

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update ava to version 2.0.0
1 parent 3bb7ade commit 6c071f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
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
},
@@ -24,7 +32,7 @@
2432
"lodash": "^4.17.4"
2533
},
2634
"devDependencies": {
27-
"ava": "^1.0.1",
35+
"ava": "^2.0.0",
2836
"codecov": "^3.0.0",
2937
"commitizen": "^3.0.0",
3038
"conventional-changelog-atom": "^2.0.0",

0 commit comments

Comments
 (0)