File tree Expand file tree Collapse file tree 3 files changed +302
-190
lines changed
Expand file tree Collapse file tree 3 files changed +302
-190
lines changed Original file line number Diff line number Diff line change 11test :
2- @node node_modules/lab/bin/lab
2+ @node node_modules/lab/bin/lab -a code
33test-cov :
4- @node node_modules/lab/bin/lab -t 100
4+ @node node_modules/lab/bin/lab -a code - t 100
55test-cov-html :
6- @node node_modules/lab/bin/lab -r html -o coverage.html
6+ @node node_modules/lab/bin/lab -a code - r html -o coverage.html
77
88.PHONY : test test-cov test-cov-html
99
Original file line number Diff line number Diff line change 11{
22 "name" : " hapi-auth-basic" ,
33 "description" : " Basic authentication plugin" ,
4- "version" : " 1.1.1" ,
5- "author" :
" Eran Hammer <[email protected] > (http://hueniverse.com)" ,
4+ "version" : " 1.1.2" ,
65 "repository" : " git://github.com/hapijs/hapi-auth-basic" ,
76 "main" : " index" ,
87 "keywords" : [
1211 " basic"
1312 ],
1413 "engines" : {
15- "node" : " >=0.10.30 "
14+ "node" : " >=0.10.32 "
1615 },
1716 "dependencies" : {
1817 "boom" : " 2.x.x" ,
2221 "hapi" : " >=2.x.x"
2322 },
2423 "devDependencies" : {
25- "hapi" : " 6.x.x" ,
26- "lab" : " 3.x.x"
24+ "code" : " 1.x.x" ,
25+ "hapi" : " 7.x.x" ,
26+ "lab" : " 5.x.x"
2727 },
2828 "scripts" : {
2929 "test" : " make test-cov"
You can’t perform that action at this time.
0 commit comments