File tree 2 files changed +8
-7
lines changed
packages/@headlessui-tailwindcss
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Fixed
11
+
12
+ - Ensure the npm package ` export ` map is correct ([ #3539 ] ( https://github.com/tailwindlabs/headlessui/pull/3539 ) )
11
13
12
14
## [ 0.2.1] - 2024-05-29
13
15
Original file line number Diff line number Diff line change 12
12
" dist"
13
13
],
14
14
"exports" : {
15
- "types" : {
16
- "import" : " ./dist/index.d.ts" ,
17
- "require" : " ./dist/index.d.cts"
18
- },
19
- "import" : " ./dist/headlessui.esm.js" ,
20
- "require" : " ./dist/index.cjs"
15
+ "." : {
16
+ "types" : " ./dist/index.d.ts" ,
17
+ "require" : " ./dist/index.cjs" ,
18
+ "import" : " ./dist/headlessui.esm.js"
19
+ }
21
20
},
22
21
"sideEffects" : false ,
23
22
"engines" : {
You can’t perform that action at this time.
0 commit comments