Skip to content

Commit e75d3e1

Browse files
committed
fix: published files glob
1 parent 33e63b2 commit e75d3e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"form"
3333
],
3434
"files": [
35-
"dist/*.js",
36-
"dist/*.d.ts"
35+
"dist/*"
3736
],
3837
"dependencies": {
3938
"@nuxt/kit": "^3.4.0",

0 commit comments

Comments
 (0)