This commit is contained in:
Zach Carter
2012-04-17 15:06:44 -04:00
parent 0653b731db
commit efd1ae6071

View File

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