Skip to content

Commit 03d957d

Browse files
authored
fix(package.json): add bugs and repository fields (#16)
1 parent 204d15c commit 03d957d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
"engines": {
3333
"node": ">=v10.21.0"
3434
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/netlify-labs/netlify-plugin-lighthouse.git"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/netlify-labs/netlify-plugin-lighthouse/issues"
41+
},
3542
"devDependencies": {
3643
"@commitlint/cli": "^8.1.0",
3744
"@commitlint/config-conventional": "^8.1.0",

0 commit comments

Comments
 (0)