Skip to content

Commit 8967273

Browse files
Fix @headlessui/tailwindcss exports map
1 parent 5eb3b12 commit 8967273

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/@headlessui-tailwindcss/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Ensure the npm package `export` map is correct ([#3539](https://github.com/tailwindlabs/headlessui/pull/3539))
1113

1214
## [0.2.1] - 2024-05-29
1315

packages/@headlessui-tailwindcss/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"require": "./dist/index.d.cts"
1818
},
1919
"import": "./dist/headlessui.esm.js",
20-
"require": "./dist/index.cjs"
20+
"require": "./dist/index.cjs",
21+
"default": "./dist/headlessui.esm.js"
2122
},
2223
"sideEffects": false,
2324
"engines": {

0 commit comments

Comments
 (0)