Skip to content

Commit

Permalink
feat: expose cli entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 4, 2022
1 parent a987e6a commit c7cfb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"bin": "./bin/lint-staged.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./bin": "./bin/lint-staged.js"
},
"files": [
"bin",
Expand Down

0 comments on commit c7cfb63

Please sign in to comment.