Skip to content

Commit

Permalink
fix(package.json): add back missing resolution fields to publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 31, 2024
1 parent c4ec1a6 commit 6434be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
},
"publishConfig": {
"access": "public",
"types": "./dist/types/esm/index.d.ts",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.cjs",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 6434be7

Please sign in to comment.