Skip to content

Commit 7a6ad0c

Browse files
authored
Merge pull request #6 from locol23/fix/change-package-config-from-private-to-public
fix: Change package.json config from private to public
2 parents 169e99c + 640ccd0 commit 7a6ad0c

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": "component-library-vite-linaria-boilerplate",
3-
"private": true,
3+
"private": false,
44
"workspaces": [
55
"examples/**/*"
66
],

0 commit comments

Comments
 (0)