Skip to content

Commit c073083

Browse files
committed
fix(package): missing volar "files"
1 parent 86c3ea4 commit c073083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"module": "./dist/index.mjs",
2525
"types": "./dist/index.d.ts",
2626
"files": [
27-
"dist"
27+
"dist",
28+
"volar"
2829
],
2930
"scripts": {
3031
"build": "nuxt-module-build",

0 commit comments

Comments
 (0)