From efd1ae6071ef3a761774a3162d5c35c5e2dbc721 Mon Sep 17 00:00:00 2001 From: Zach Carter Date: Tue, 17 Apr 2012 15:06:44 -0400 Subject: [PATCH] 1.3.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c6d57c..9e2c19b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint", "jsonlint" ], - "version": "1.3.0", + "version": "1.3.1", "preferGlobal": true, "repository": { "type": "git", @@ -35,5 +35,6 @@ "scripts": { "test": "node test/all-tests.js" }, - "homepage": "http://zaach.github.com/jsonlint/" + "homepage": "http://zaach.github.com/jsonlint/", + "optionalDependencies": {} }