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": {} }