Skip to content

Commit 9e63291

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

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 publish a npm package",
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/npm/issues"
816
},
@@ -29,7 +37,7 @@
2937
"registry-auth-token": "^3.3.1"
3038
},
3139
"devDependencies": {
32-
"ava": "^1.3.1",
40+
"ava": "^2.0.0",
3341
"clear-module": "^3.0.0",
3442
"codecov": "^3.0.0",
3543
"commitizen": "^3.0.0",

0 commit comments

Comments
 (0)