Skip to content

Commit 6050ce3

Browse files
authored
fix(pglite/tools): package publishing config (#441)
1 parent 6547374 commit 6050ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/pglite-tools/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"pg_dump",
1515
"pg_restore"
1616
],
17+
"private": false,
18+
"publishConfig": {
19+
"access": "public"
20+
},
1721
"type": "module",
1822
"main": "index.js",
1923
"exports": {

0 commit comments

Comments
 (0)