Skip to content

Commit 013f58e

Browse files
committed
chore: Cleanup package.json
1 parent 5d90e4f commit 013f58e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "rcb-plugin",
3-
"private": true,
43
"files": [
54
"./dist"
65
],
@@ -17,6 +16,9 @@
1716
"types": "./dist/index.d.ts"
1817
}
1918
},
19+
"publishConfig": {
20+
"access": "public"
21+
},
2022
"scripts": {
2123
"start": "vite serve",
2224
"build": "tsc -b && vite build",

0 commit comments

Comments
 (0)