Skip to content

Commit f720b2a

Browse files
committed
fix: package private for npm publish
1 parent d77176c commit f720b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/db-monorepo",
3-
"private": true,
3+
"private": false,
44
"description": "Reactive client queryable store for sync-first applications",
55
"version": "0.0.0",
66
"repository": {

0 commit comments

Comments
 (0)