-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing repo info to package.json (#27)
- Loading branch information
1 parent
93b3136
commit d34531a
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,13 @@ | |
"name": "@projectwallace/css-code-quality", | ||
"description": "Calculate the Code Quality score of your CSS based on a range of different quality guards", | ||
"version": "1.0.2", | ||
"repository": "[email protected]:projectwallace/css-code-quality.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:projectwallace/css-code-quality.git" | ||
}, | ||
"homepage": "https://github.com/projectwallace/css-code-quality", | ||
"issues": "https://github.com/projectwallace/css-code-quality/issues", | ||
"license": "MIT", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Bart Veneman" | ||
|