Skip to content

Commit 3ae804a

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

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 GitLab release",
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/gitlab/issues"
816
},
@@ -30,7 +38,7 @@
3038
"url-join": "^4.0.0"
3139
},
3240
"devDependencies": {
33-
"ava": "^1.0.1",
41+
"ava": "^2.0.0",
3442
"clear-module": "^3.0.0",
3543
"codecov": "^3.0.0",
3644
"commitizen": "^3.0.0",

0 commit comments

Comments
 (0)