Skip to content

Commit

Permalink
build: fix bin entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 7143a3f commit c6dbc80
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 139 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"listen": "./dist/cli.cjs",
"listhen": "./dist/cli.cjs"
"listen": "./bin/listhen.mjs",
"listhen": "./bin/listhen.mjs"
},
"files": [
"dist",
Expand Down Expand Up @@ -59,8 +59,8 @@
"ip-regex": "^5.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0-rc.0",
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.8"
}
}

0 comments on commit c6dbc80

Please sign in to comment.