Skip to content

Commit

Permalink
fix(unplugin): publish .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 27, 2024
1 parent aa39fc6 commit e30e47f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/unplugin-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
}
},
"files": [
"dist"
"dist",
"*.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down Expand Up @@ -108,4 +109,4 @@
"engines": {
"node": ">=v20.10.0"
}
}
}

0 comments on commit e30e47f

Please sign in to comment.