Skip to content

Commit

Permalink
fix(components): configure public access for scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Apr 24, 2024
1 parent 48758a5 commit e053282
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"main": "dist/genspectrum-components.js",
"module": "dist/genspectrum-components.js",
"types": "dist/genspectrum-components.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/dashboard-components.js",
Expand Down

0 comments on commit e053282

Please sign in to comment.