Skip to content

Commit e8bb926

Browse files
committed
1.0.6
1 parent 2eb43f8 commit e8bb926

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
@@ -1,6 +1,6 @@
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",
@@ -17,8 +17,6 @@
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"

0 commit comments

Comments
 (0)