Skip to content

Commit

Permalink
chore: add publishConfig to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 30, 2024
1 parent c606213 commit 93cd05b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"generate:index": "node tools/generate-index.js",
"build": "vite build",
Expand Down

0 comments on commit 93cd05b

Please sign in to comment.