Skip to content

Commit 8c94c29

Browse files
authored
feat: make packages public (#320)
1 parent 4a0b763 commit 8c94c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
"node": ">=20.0.0"
8989
},
9090
"publishConfig": {
91-
"access": "restricted"
91+
"access": "public"
9292
}
9393
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
"node": ">=20.0.0"
9898
},
9999
"publishConfig": {
100-
"access": "restricted"
100+
"access": "public"
101101
}
102102
}

0 commit comments

Comments
 (0)