Skip to content

Commit

Permalink
package: add bin and update main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
grvcoelho committed Apr 12, 2018
1 parent 547d42b commit 608908a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "difflint",
"version": "0.1.0",
"description": ":nail_care: Run eslint only in the changed parts of the code",
"main": "index.js",
"main": "./dist/difflint.js",
"bin": "./dist/difflint.js",
"scripts": {
"build": "webpack",
"lint": "eslint 'src/**/*.js'",
Expand Down

0 comments on commit 608908a

Please sign in to comment.