From e48d7b93b4c0196acd22d7b7263bd28994309274 Mon Sep 17 00:00:00 2001 From: Zach Carter Date: Sat, 21 May 2011 01:30:02 -0400 Subject: [PATCH] version 1.0.1 --- package.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 062422f..c8cbdbe 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,25 @@ "author": "Zach Carter (http://zaa.ch)", "name": "jsonlint", "description": "Validate JSON", - "keywords": ["json", "validation", "lint", "jsonlint"], - "version": "1.0.0", + "keywords": [ + "json", + "validation", + "lint", + "jsonlint" + ], + "version": "1.0.1", "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com/zaach/jsonlint.git" }, "bugs": { - "web": "http://github.com/zaach/jsonlint/issues" + "url": "http://github.com/zaach/jsonlint/issues" }, "main": "lib/jsonlint.js", - "bin": "lib/cli.js", + "bin": { + "jsonlint": "lib/cli.js" + }, "engines": { "node": "0.4 || 0.5" }, @@ -27,4 +34,4 @@ "test": "node test/all-tests.js" }, "homepage": "http://zaach.github.com/jsonlint/" -} +} \ No newline at end of file