File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3520,7 +3520,7 @@ YUITest.CoverageFormat = {
3520
3520
3521
3521
/*!
3522
3522
* Portions of this code incorporated from CSS Lint:
3523
- * https://github.com/stubbornella /csslint
3523
+ * https://github.com/CSSLint /csslint
3524
3524
*/
3525
3525
3526
3526
importPackage ( java . io ) ;
Original file line number Diff line number Diff line change 9
9
"homepage" : " http://csslint.net/" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/stubbornella /csslint.git"
12
+ "url" : " https://github.com/CSSLint /csslint.git"
13
13
},
14
14
"bugs" : {
15
- "url" : " https://github.com/stubbornella/csslint/issues"
15
+ "url" : " https://github.com/CSSLint/csslint/issues"
16
+ },
17
+ "license" : {
18
+ "type" : " MIT" ,
19
+ "url" : " https://github.com/CSSLint/csslint/blob/master/LICENSE"
16
20
},
17
- "licenses" : [
18
- {
19
- "type" : " MIT" ,
20
- "url" : " https://github.com/stubbornella/csslint/blob/master/LICENSE"
21
- }
22
- ],
23
21
"main" : " ./lib/csslint-node.js" ,
24
22
"bin" : {
25
23
"csslint" : " ./cli.js"
You can’t perform that action at this time.
0 commit comments