Skip to content

Commit 9228226

Browse files
committed
add publish access
1 parent 6d5e207 commit 9228226

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/lit/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@
5151
"@collapsed/core": "workspace:*",
5252
"lit": "^3.0.0",
5353
"tiny-warning": "^1.0.3"
54+
},
55+
"publishConfig": {
56+
"access": "public"
5457
}
5558
}

packages/solid/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
},
3434
"dependencies": {
3535
"@collapsed/core": "workspace:*"
36+
},
37+
"publishConfig": {
38+
"access": "public"
3639
}
3740
}

0 commit comments

Comments
 (0)