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