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 f5cd230 commit c2580a6Copy full SHA for c2580a6
package.json
@@ -32,6 +32,7 @@
32
"nyc": "^14.0.0",
33
"opener": "^1.5.1",
34
"punycode": "^2.1.1",
35
+ "release-it": "^14.11.6",
36
"rimraf": "^2.6.3"
37
},
38
"scripts": {
@@ -73,5 +74,14 @@
73
74
"url": "https://github.com/weiran-zsd/eslint-plugin-node/issues"
75
76
"homepage": "https://github.com/weiran-zsd/eslint-plugin-node#readme",
- "funding": "https://github.com/sponsors/mysticatea"
77
+ "funding": "https://github.com/sponsors/mysticatea",
78
+ "publishConfig": {
79
+ "access": "public",
80
+ "registry": "https://registry.npmjs.org/"
81
+ },
82
+ "release-it": {
83
+ "github": {
84
+ "release": true
85
+ }
86
87
}
0 commit comments