Skip to content

Commit

Permalink
Merge pull request #5 from aversini/fix-release-scoped-package-as-public
Browse files Browse the repository at this point in the history
fix: release scoped package as public
  • Loading branch information
aversini authored Nov 3, 2023
2 parents a663a9b + 8f79430 commit b71ce41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.1",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b71ce41

Please sign in to comment.