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 9b5c41b commit 606d544Copy full SHA for 606d544
package.json
@@ -26,12 +26,15 @@
26
"licenses": [
27
{
28
"type": "MIT",
29
- "url": "https://github.com/stubbornella/csslint/blame/master/LICENSE"
+ "url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
30
}
31
],
32
+ "bugs": {
33
+ "url": "https://github.com/stubbornella/csslint/issues"
34
+ },
35
"repository": {
36
"type": "git",
- "url": "http://github.com/stubbornella/csslint.git"
37
+ "url": "https://github.com/stubbornella/csslint.git"
38
},
39
"dependencies": {
40
"parserlib": "~0.2.2"
0 commit comments