File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lighthouse" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " Lighthouse" ,
55 "main" : " ./lighthouse-core/index.js" ,
66 "bin" : " ./lighthouse-cli/index.js" ,
1717 "test" : " npm run lint --silent && npm run unit && npm run closure" ,
1818 "cli-unit" : " mocha $(echo $__node_harmony) $(find lighthouse-cli/test lighthouse-core/test -name '*.js') --timeout 60000" ,
1919 "unit" : " npm run cli-unit" ,
20- "//" :
21- " // passing through tasks to core" ,
2220 "closure" : " cd lighthouse-core && closure/closure-type-checking.js" ,
2321 "watch" : " find lighthouse-core lighthouse-cli -name '*.js' -not -path '*/node_modules/*' -not -path '*/extension/*' | entr npm run unit" ,
2422 "chrome" : " lighthouse-core/scripts/launch-chrome.sh"
You can’t perform that action at this time.
0 commit comments