Skip to content

Commit

Permalink
fix: add missing dts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 16, 2022
1 parent 2b80a4c commit b00600a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/soft-knives-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@vue-macros/define-render': patch
'unplugin-vue-macros': patch
---

add missing dts file
3 changes: 1 addition & 2 deletions packages/define-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"author": "三咲智子 <sxzz@sxzz.moe>",
"files": [
"dist",
"macros.d.ts",
"macros-global.d.ts"
"*.d.ts"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "三咲智子 <sxzz@sxzz.moe>",
"files": [
"dist",
"macros-global.d.ts"
"*.d.ts"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit b00600a

Please sign in to comment.