Skip to content

Commit

Permalink
fix(plugin-legacy): ensure correct typing for node esm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Jul 19, 2023
1 parent 6bd5434 commit aa6e37d
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 175 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"tslib": "^2.6.0",
"tsx": "^3.12.7",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0-rc.0",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.5",
"vitest": "^0.33.0",
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down
Loading

0 comments on commit aa6e37d

Please sign in to comment.