Skip to content

Commit 7c4eaf1

Browse files
authored
fix(release): make package public (#19)
1 parent bee4a9c commit 7c4eaf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"url": "https://github.com/kit-p/json-kit/issues"
5151
},
5252
"homepage": "https://github.com/kit-p/json-kit",
53+
"private": false,
54+
"publishConfig": {
55+
"access": "public",
56+
"registry": "https://registry.npmjs.org/"
57+
},
5358
"packageManager": "[email protected]",
5459
"dependencies": {
5560
"bson": "^4.7.2",

0 commit comments

Comments
 (0)