Skip to content

Commit

Permalink
refactor: simplify bin declaration in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronhunter authored and okonet committed Jul 6, 2019
1 parent ca37906 commit d8b3695
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)"
],
"main": "./src/index.js",
"bin": {
"lint-staged": "./bin/lint-staged"
},
"bin": "./bin/lint-staged",
"files": ["src", "bin"],
"scripts": {
"cz": "git-cz",
Expand Down

0 comments on commit d8b3695

Please sign in to comment.