Skip to content

Commit 234d632

Browse files
committed
feat: add publishConfig to package.json for public access
1 parent 8ea7513 commit 234d632

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"typescript-eslint": "^8.35.0"
4949
},
5050
"type": "module",
51-
"packageManager": "pnpm@10.12.4"
51+
"packageManager": "pnpm@10.12.4",
52+
"publishConfig": {
53+
"access": "public"
54+
}
5255
}

0 commit comments

Comments
 (0)