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 6a27d51 commit 3ae804aCopy full SHA for 3ae804a
package.json
@@ -3,6 +3,14 @@
3
"description": "semantic-release plugin to publish a GitLab release",
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/gitlab/issues"
16
},
@@ -30,7 +38,7 @@
30
38
"url-join": "^4.0.0"
31
39
32
40
"devDependencies": {
33
- "ava": "^1.0.1",
41
+ "ava": "^2.0.0",
34
42
"clear-module": "^3.0.0",
35
43
"codecov": "^3.0.0",
36
44
"commitizen": "^3.0.0",
0 commit comments