Skip to content

Commit

Permalink
Fix the main and module fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 7, 2024
1 parent 117ca8f commit 01d435d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "6.3.1",
"description": "Compound components for the Web",
"type": "module",
"main": "./dist/compound-web.js",
"module": "./dist/compound-web.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit 01d435d

Please sign in to comment.