Skip to content

Commit 3cf12c0

Browse files
committed
chore(package): add publish configuration to package.json for public access
1 parent 85f2bc2 commit 3cf12c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"type": "module",
2222
"main": "dist/index.js",
2323
"module": "src/index.ts",
24+
"publishConfig": {
25+
"access": "public",
26+
"registry": "https://registry.npmjs.org/"
27+
},
2428
"scripts": {
2529
"build": "ncc build src/index.ts --license licenses.txt",
2630
"test": "bun test",

0 commit comments

Comments
 (0)