diff --git a/package.json b/package.json index 4a6e42b..3fb7b30 100644 --- a/package.json +++ b/package.json @@ -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",