Skip to content

Commit 740ce05

Browse files
committed
chore: fix eslint-config package
1 parent 880ee42 commit 740ce05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/eslint-config/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"keywords": [
99
"eslint"
1010
],
11+
"publishConfig": {
12+
"access": "public",
13+
"registry": "https://registry.npmjs.org/"
14+
},
1115
"repository": {
1216
"type": "git",
1317
"url": "git+https://github.com/bennypowers/eslint-config.git"
@@ -26,3 +30,4 @@
2630
"eslint-plugin-unicorn": "^40.1.0"
2731
}
2832
}
33+

0 commit comments

Comments
 (0)