File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ check-coverage: false
Original file line number Diff line number Diff line change 44 "description" : " Automatically install pre-commit hooks for your npm modules." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "coverage" : " istanbul cover ./node_modules/.bin/_mocha -- test.js" ,
87 "example-fail" : " echo \" This is the example hook, I exit with 1\" && exit 1" ,
98 "example-pass" : " echo \" This is the example hook, I exit with 0\" && exit 0" ,
109 "install" : " node install.js" ,
11- "test " : " mocha test.js" ,
12- "test-travis " : " istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js " ,
10+ "unit " : " tap test.js" ,
11+ "test" : " npm run unit " ,
1312 "uninstall" : " node uninstall.js"
1413 },
1514 "repository" : {
3534 "which" : " ^2.0.2"
3635 },
3736 "devDependencies" : {
38- "assume" : " ^2.3.0" ,
39- "istanbul" : " 0.4.x" ,
40- "mocha" : " ^8.4.0" ,
41- "pre-commit" : " git://github.com/observing/pre-commit.git"
37+ "pre-commit" : " git://github.com/observing/pre-commit.git" ,
38+ "tap" : " ^15.0.9"
4239 }
4340}
You can’t perform that action at this time.
0 commit comments