Skip to content

Commit

Permalink
Add exports types path
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Apr 14, 2023
1 parent fb2fee0 commit c927ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/headlessui-float.cjs",
"import": "./dist/headlessui-float.mjs"
}
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/headlessui-float.cjs",
"import": "./dist/headlessui-float.mjs"
}
Expand Down

0 comments on commit c927ff7

Please sign in to comment.