Skip to content

Commit

Permalink
chore: Cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Nov 13, 2024
1 parent 5d90e4f commit 013f58e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "rcb-plugin",
"private": true,
"files": [
"./dist"
],
Expand All @@ -17,6 +16,9 @@
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "vite serve",
"build": "tsc -b && vite build",
Expand Down

0 comments on commit 013f58e

Please sign in to comment.