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 1f3ab84 commit 9e63291Copy full SHA for 9e63291
package.json
@@ -3,6 +3,14 @@
3
"description": "semantic-release plugin to publish a npm package",
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/npm/issues"
16
},
@@ -29,7 +37,7 @@
29
37
"registry-auth-token": "^3.3.1"
30
38
31
39
"devDependencies": {
32
- "ava": "^1.3.1",
40
+ "ava": "^2.0.0",
33
41
"clear-module": "^3.0.0",
34
42
"codecov": "^3.0.0",
35
43
"commitizen": "^3.0.0",
0 commit comments