Skip to content

Commit 5e6b0ef

Browse files
committed
fix: add publishConfig to package.json
1 parent 7079b15 commit 5e6b0ef

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
@@ -5,6 +5,9 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/text-complete/",
912
"scripts": {
1013
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",

0 commit comments

Comments
 (0)