We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b3136 commit d34531aCopy full SHA for d34531a
package.json
@@ -2,7 +2,13 @@
2
"name": "@projectwallace/css-code-quality",
3
"description": "Calculate the Code Quality score of your CSS based on a range of different quality guards",
4
"version": "1.0.2",
5
- "repository": "git@github.com:projectwallace/css-code-quality.git",
+ "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",
12
"author": {
13
"email": "bart@projectwallace.com",
14
"name": "Bart Veneman"
0 commit comments