Skip to content

Commit

Permalink
chore: fix package.json exports
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Oct 30, 2023
1 parent 021e8d1 commit 33964e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.0",
"description": "Reusable React Components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.js",
"types": "dist/components/index.d.ts",
"files": [
"dist"
Expand Down Expand Up @@ -73,8 +73,8 @@
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.mjs",
"module": "dist/index.js",
"types": "./dist/components/index.d.ts"
}
}

0 comments on commit 33964e7

Please sign in to comment.