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.
package.json
1 parent b6f32e6 commit a7eac93Copy full SHA for a7eac93
package.json
@@ -3,6 +3,11 @@
3
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
4
"version": "0.0.0-development",
5
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6
+ "ava": {
7
+ "helpers": [
8
+ "test/helpers/**/*"
9
+ ]
10
+ },
11
"bugs": {
12
"url": "https://github.com/semantic-release/github/issues"
13
},
@@ -106,11 +111,6 @@
106
111
"semantic-release": "semantic-release",
107
112
"test": "nyc ava -v"
108
113
109
- "ava": {
110
- "helpers": [
- "test/helpers/**/*"
- ]
- },
114
"xo": {
115
"prettier": true,
116
"space": true,
0 commit comments