Skip to content

Commit 606d544

Browse files
committed
Add bug URL to package.json
- Fixed repo and license url as pointed out by @Krinkle
1 parent 9b5c41b commit 606d544

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@
2626
"licenses": [
2727
{
2828
"type": "MIT",
29-
"url": "https://github.com/stubbornella/csslint/blame/master/LICENSE"
29+
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
3030
}
3131
],
32+
"bugs": {
33+
"url": "https://github.com/stubbornella/csslint/issues"
34+
},
3235
"repository": {
3336
"type": "git",
34-
"url": "http://github.com/stubbornella/csslint.git"
37+
"url": "https://github.com/stubbornella/csslint.git"
3538
},
3639
"dependencies": {
3740
"parserlib": "~0.2.2"

0 commit comments

Comments
 (0)