Skip to content

Commit 2bfaff7

Browse files
committed
feat: Add publishConfig to package.json
1 parent 8090624 commit 2bfaff7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"email": "[email protected]",
1010
"url": "https://lucasjosino.com"
1111
},
12+
"publishConfig": {
13+
"access": "public",
14+
"registry": "https://registry.npmjs.org"
15+
},
1216
"homepage": "https://github.com/HawAPI/",
1317
"bugs": {
1418
"url": "https://github.com/HawAPI/js-sdk/issues",
@@ -22,9 +26,9 @@
2226
"stranger-things",
2327
"stranger-things-api"
2428
],
29+
"types": "dist/types/index.d.ts",
2530
"cdn": "dist/index.umd.min.js",
2631
"main": "dist/index.min.js",
27-
"types": "dist/types/index.d.ts",
2832
"unpkg": "dist/index.umd.min.js",
2933
"module": "dist/index.esm.min.js",
3034
"jsdelivr": "dist/index.umd.min.js",

0 commit comments

Comments
 (0)