Skip to content

Commit

Permalink
fix: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 4, 2024
1 parent 9f60bec commit 14fbede
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radix-vue",
"version": "1.9.14",
"version": "1.9.15",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
Expand All @@ -10,8 +10,9 @@
],
"exports": {
".": {
"types": "./packages/radix-vue/dist/index.d.ts",
"import": "./packages/radix-vue/dist/index.js",
"require": "./packages/radix-vue/dist/index.js"
"require": "./packages/radix-vue/dist/index.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit 14fbede

Please sign in to comment.