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