Skip to content

Commit

Permalink
fix(access): added publish config for public access
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Farrell committed Oct 4, 2022
1 parent bc52f7a commit 3795250
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 @@ -4,6 +4,9 @@
"description": "Convert string to enum type with TypeScript ⚡️",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
Expand Down

0 comments on commit 3795250

Please sign in to comment.