File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1+ npm run lint
Original file line number Diff line number Diff line change 1+ npm run test:quiet
Original file line number Diff line number Diff line change 5050 "watch" : " mocha --reporter=min --watch --growl" ,
5151 "test:functional" : " bash test/functional-test.sh" ,
5252 "test:coverage" : " nyc mocha" ,
53- "test:all" : " npm run lint && npm test && npm run test:functional"
53+ "test:all" : " npm run lint && npm test && npm run test:functional" ,
54+ "prepare" : " husky"
5455 },
5556 "dependencies" : {
5657 "adm-zip" : " ^0.5.10" ,
7475 "should" : " ^13.2.3" ,
7576 "sinon" : " ^19.0.2"
7677 },
77- "husky" : {
78- "hooks" : {
79- "pre-commit" : " npm run lint" ,
80- "pre-push" : " npm run test:quiet"
81- }
82- },
8378 "funding" : {
8479 "type" : " liberapay" ,
8580 "url" : " https://liberapay.com/tldr-pages"
You can’t perform that action at this time.
0 commit comments