Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 4071b8f

Browse files
authored
package.json: lighthousebot rename
1 parent 560217f commit 4071b8f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "lighthouse-ci",
3-
"version": "0.1.0",
2+
"name": "lighthousebot",
3+
"version": "0.2.0",
44
"author": "Eric Bidelman <ebidel@>",
55
"license": "Apache-2.0",
6-
"description": "Lighthouse CI Runner",
6+
"description": "Lighthouse Bot (CI) Runner",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/ebidel/lighthouse-ci.git"
9+
"url": "git+https://github.com/ebidel/lighthousebot.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/ebidel/lighthouse-ci/issues"
12+
"url": "https://github.com/ebidel/lighthousebot/issues"
1313
},
14-
"homepage": "https://github.com/ebidel/lighthouse-ci#readme",
14+
"homepage": "https://github.com/ebidel/lighthousebot#readme",
1515
"main": "runlighthouse.js",
1616
"bin": {
17-
"lighthouse-ci": "runlighthouse.js"
17+
"lighthousebot": "runlighthouse.js"
1818
},
1919
"scripts": {
2020
"deploy": "./deploy.sh"

0 commit comments

Comments
 (0)