Skip to content

Commit

Permalink
/lighthouse-viewer -> /viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Dec 10, 2016
1 parent 11e41a3 commit d88c16d
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"chrome": "lighthouse-core/scripts/launch-chrome.sh",
"fast": "npm run start -- --disable-device-emulation --disable-cpu-throttling --disable-network-throttling",
"smokehouse": "node $__node_harmony lighthouse-cli/test/smokehouse/smokehouse.js",
"deploy-viewer": "cd lighthouse-viewer && gulp deploy"
"deploy-viewer": "cd viewer && gulp deploy"
},
"devDependencies": {
"@types/node": "^6.0.45",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lighthouse-viewer/README.md → viewer/README.md
Expand Up @@ -17,5 +17,5 @@ run the following in the root folder of a Lighthouse checkout:

npm run deploy-viewer

This builds `lighthouse-viewer/dist/src/main.js` and pushes the contents of `dist`
This builds `viewer/dist/src/main.js` and pushes the contents of `dist`
to the `gh-pages` branch.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d88c16d

Please sign in to comment.