Skip to content

Commit aac29fc

Browse files
committed
fix: expose nuxt module
1 parent b2068dd commit aac29fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/floating-vue/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"import": "./dist/floating-vue.mjs",
2020
"types": "./dist/index.d.ts"
2121
},
22+
"./nuxt": "./nuxt.mjs",
2223
"./style.css": "./dist/style.css",
2324
"./dist/style.css": "./dist/style.css"
2425
},
2526
"files": [
26-
"dist"
27+
"dist",
28+
"*.mjs"
2729
],
2830
"dependencies": {
2931
"@floating-ui/dom": "~1.1.1",

0 commit comments

Comments
 (0)