Skip to content

Commit 65ff3c9

Browse files
committed
fix(publish): add publishConfig to mark package as public
1 parent 1b1bfe5 commit 65ff3c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"url": "https://github.com/sylphlab/eslint-config-sylph/issues"
5656
},
5757
"homepage": "https://github.com/sylphlab/eslint-config-sylph#readme",
58+
"publishConfig": {
59+
"access": "public"
60+
},
5861
"dependencies": {
5962
"@eslint/eslintrc": "^3.0.0",
6063
"globals": "^15.0.0"

0 commit comments

Comments
 (0)