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 14256a9 commit ff9e2e6Copy full SHA for ff9e2e6
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
"scripts": {
12
"prepare": "npm link adminforth",
13
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
0 commit comments