Skip to content

Commit d34531a

Browse files
authored
add missing repo info to package.json (#27)
1 parent 93b3136 commit d34531a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "@projectwallace/css-code-quality",
33
"description": "Calculate the Code Quality score of your CSS based on a range of different quality guards",
44
"version": "1.0.2",
5-
"repository": "git@github.com:projectwallace/css-code-quality.git",
5+
"repository": {
6+
"type": "git",
7+
"url": "git@github.com:projectwallace/css-code-quality.git"
8+
},
9+
"homepage": "https://github.com/projectwallace/css-code-quality",
10+
"issues": "https://github.com/projectwallace/css-code-quality/issues",
11+
"license": "MIT",
612
"author": {
713
"email": "bart@projectwallace.com",
814
"name": "Bart Veneman"

0 commit comments

Comments
 (0)