We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b4ef4 commit f182f1cCopy full SHA for f182f1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tulip",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "Sharable ESLint configuration.",
5
"main": "index.js",
6
"scripts": {
@@ -36,5 +36,8 @@
36
},
37
"engines": {
38
"node": ">=12.18.3"
39
+ },
40
+ "publishConfig": {
41
+ "registry": "https://npm.pkg.github.com/"
42
}
43
0 commit comments