Skip to content

Commit

Permalink
feat: support global install with cli name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 29, 2024
1 parent db1b3e5 commit 8bcd0e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"url": "git+https://github.com/eslint/config-inspector.git"
},
"bugs": "https://github.com/eslint/config-inspector/issues",
"bin": "./bin.mjs",
"bin": {
"@eslint/config-inspector": "./bin.mjs",
"eslint-config-inspector": "./bin.mjs"
},
"files": [
"*.mjs",
"dist"
Expand Down

0 comments on commit 8bcd0e9

Please sign in to comment.