8000 fix: add missing `bin` field · unjs/untun@002f783 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 002f783

Browse files
committed
fix: add missing bin field
1 parent 53a1e8c commit 002f783

File tree

2 files changed

+19
-239
lines changed

2 files changed

+19
-239
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "untun",
33
"version": "0.1.0",
4-
"description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels",
4+
"description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels.",
55
"repository": "unjs/untun",
66
"license": "MIT",
77
"sideEffects": false,
@@ -21,6 +21,9 @@
2121
"main": "./dist/index.cjs",
2222
"module": "./dist/index.mjs",
2323
"types": "./dist/index.d.ts",
24+
"bin": {
25+
"untun": "./bin/untun.mjs"
26+
},
2427
"files": [
2528
"dist",
2629
"bin"
@@ -50,7 +53,7 @@
5053
"jiti": "^1.19.1",
5154
"prettier": "^3.0.1",
5255
"typescript": "^5.1.6",
53-
"unbuild": "^1.2.1",
56+
"unbuild": "^2.0.0-rc.0",
5457
"vitest": "^0.34.1"
5558
},
5659
"packageManager": "pnpm@8.6.12"

0 commit comments

Comments
 (0)
0