Skip to content

Commit e48d7b9

Browse files
committed
version 1.0.1
1 parent 727145a commit e48d7b9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@
22
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
33
"name": "jsonlint",
44
"description": "Validate JSON",
5-
"keywords": ["json", "validation", "lint", "jsonlint"],
6-
"version": "1.0.0",
5+
"keywords": [
6+
"json",
7+
"validation",
8+
"lint",
9+
"jsonlint"
10+
],
11+
"version": "1.0.1",
712
"preferGlobal": true,
813
"repository": {
914
"type": "git",
1015
"url": "git://github.com/zaach/jsonlint.git"
1116
},
1217
"bugs": {
13-
"web": "http://github.com/zaach/jsonlint/issues"
18+
"url": "http://github.com/zaach/jsonlint/issues"
1419
},
1520
"main": "lib/jsonlint.js",
16-
"bin": "lib/cli.js",
21+
"bin": {
22+
"jsonlint": "lib/cli.js"
23+
},
1724
"engines": {
1825
"node": "0.4 || 0.5"
1926
},
@@ -27,4 +34,4 @@
2734
"test": "node test/all-tests.js"
2835
},
2936
"homepage": "http://zaach.github.com/jsonlint/"
30-
}
37+
}

0 commit comments

Comments
 (0)