Skip to content

Commit

Permalink
type module
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Jun 18, 2024
1 parent 9c0b974 commit b0315d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "react-trello-ts",
"version": "2.1.0",
"description": "Pluggable typesafe components to add a trello like kanban board to your application",
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit b0315d9

Please sign in to comment.