Skip to content

Commit bd0edd4

Browse files
committed
fix(release): make sure release is public
1 parent a54edac commit bd0edd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@usezephyr/vue-zephyr",
33
"version": "0.1.6",
44
"private": false,
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"description": "The themeable component library built for Tailwind developers.",
69
"license": "MIT",
710
"repository": {

0 commit comments

Comments
 (0)