diff --git a/packages/@headlessui-tailwindcss/package.json b/packages/@headlessui-tailwindcss/package.json index 898386e..ae6a76a 100644 --- a/packages/@headlessui-tailwindcss/package.json +++ b/packages/@headlessui-tailwindcss/package.json @@ -4,12 +4,15 @@ "description": "A complementary Tailwind CSS plugin", "main": "dist/index.cjs", "types": "dist/index.d.ts", + "module": "dist/headlessui.esm.js", "license": "MIT", "files": [ "README.md", "dist" ], "exports": { + "types": "./dist/index.d.ts", + "import": "./dist/headlessui.esm.js", "require": "./dist/index.cjs" }, "sideEffects": false,