Skip to content

Commit

Permalink
chore: update unbuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Aug 2, 2023
1 parent 330658c commit 6e5a5cd
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 138 deletions.
1 change: 0 additions & 1 deletion node.d.cts

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"worker": "./dist/index.mjs",
"workerd": "./dist/index.mjs",
"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./node.d.cts",
"types": "./dist/node.d.cts",
"default": "./dist/node.cjs"
}
},
"./node": {
"import": {
"types": "./dist/node.d.ts",
"types": "./dist/node.d.mts",
"default": "./dist/node.mjs"
},
"require": {
"types": "./node.d.cts",
"types": "./dist/node.d.cts",
"default": "./dist/node.cjs"
}
}
Expand All @@ -45,8 +45,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"node.d.ts",
"node.d.cts"
"node.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down Expand Up @@ -76,7 +75,7 @@
"listhen": "^1.0.4",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"unbuild": "2.0.0-rc.0",
"vitest": "^0.32.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 6e5a5cd

Please sign in to comment.