Skip to content

Commit

Permalink
fix: add missing bin field
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 13, 2023
1 parent 53a1e8c commit 002f783
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 239 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "untun",
"version": "0.1.0",
"description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels",
"description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels.",
"repository": "unjs/untun",
"license": "MIT",
"sideEffects": false,
Expand All @@ -21,6 +21,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"untun": "./bin/untun.mjs"
},
"files": [
"dist",
"bin"
Expand Down Expand Up @@ -50,7 +53,7 @@
"jiti": "^1.19.1",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0-rc.0",
"vitest": "^0.34.1"
},
"packageManager": "pnpm@8.6.12"
Expand Down

0 comments on commit 002f783

Please sign in to comment.