Skip to content

Commit bfbe1ac

Browse files
committed
remove binaries from package.json
1 parent c6a8335 commit bfbe1ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
"lib/formatters/stylish-fixes.js"
88
],
99
"bin": {
10-
"eslint-github-init": "bin/eslint-github-init.js",
1110
"eslint-ignore-errors": "bin/eslint-ignore-errors.js",
12-
"github-lint": "bin/github-lint.js",
1311
"npm-check-github-package-requirements": "bin/npm-check-github-package-requirements.js"
1412
},
1513
"scripts": {
1614
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
1715
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
18-
"test": "npm run eslint-check && bin/github-lint.js && mocha tests/"
16+
"test": "npm run eslint-check && eslint . && mocha tests/"
1917
},
2018
"repository": {
2119
"type": "git",

0 commit comments

Comments
 (0)