Skip to content

Commit 9ef2ef7

Browse files
committed
fix: package set to public
1 parent e1e8db2 commit 9ef2ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@
108108
"bracketSpacing": true,
109109
"trailingComma": "none"
110110
},
111-
"private": true,
111+
"publishConfig": {
112+
"access": "public"
113+
},
112114
"remarkConfig": {
113115
"plugins": [
114116
"preset-github"

0 commit comments

Comments
 (0)