Skip to content

Commit f02f27e

Browse files
committed
optimized
1 parent e55b9be commit f02f27e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "@lgraubner/w3c-validator",
3-
"description": "Crawls a given site and checks for W3C validity.",
43
"version": "1.0.1",
4+
"description": "Crawls a given site and checks for W3C validity.",
55
"homepage": "https://github.com/lgraubner/node-w3c-validator",
6-
"license": "MIT",
76
"author": "Lars Graubner <mail@larsgraubner.de>",
7+
"main": "w3c-validator.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/lgraubner/node-w3c-validator.git"
1111
},
12-
"private": true,
13-
"engines": {
14-
"node": ">=0.10"
12+
"bugs": {
13+
"url": "https://github.com/lgraubner/node-w3c-validator/issues"
1514
},
1615
"dependencies": {
1716
"simplecrawler": "^0.5.2",
1817
"commander": "^2.8.1",
1918
"chalk": "^1.0.0",
2019
"request": "^2.55.0"
2120
},
21+
"preferGlobal": true,
2222
"bin": {
2323
"w3c-validator": "w3c-validator.js"
2424
},
25-
"scripts": {}
25+
"license": "MIT"
2626
}

0 commit comments

Comments
 (0)