Skip to content

Commit 635c915

Browse files
committed
Merge pull request #499 from XhmikosR/patch-2
Use the simpler `license` property and update the repo URL
2 parents d5ab986 + ca308f0 commit 635c915

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

lib/yuitest-rhino-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3520,7 +3520,7 @@ YUITest.CoverageFormat = {
35203520

35213521
/*!
35223522
* Portions of this code incorporated from CSS Lint:
3523-
* https://github.com/stubbornella/csslint
3523+
* https://github.com/CSSLint/csslint
35243524
*/
35253525

35263526
importPackage(java.io);

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
"homepage": "http://csslint.net/",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/stubbornella/csslint.git"
12+
"url": "https://github.com/CSSLint/csslint.git"
1313
},
1414
"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"
1620
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
21-
}
22-
],
2321
"main": "./lib/csslint-node.js",
2422
"bin": {
2523
"csslint": "./cli.js"

0 commit comments

Comments
 (0)