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 7079b15 commit 5e6b0efCopy full SHA for 5e6b0ef
package.json
@@ -5,6 +5,9 @@
5
"type": "module",
6
"main": "dist/index.js",
7
"types": "dist/index.d.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/text-complete/",
12
"scripts": {
13
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
0 commit comments