diff --git a/package.json b/package.json index 4e29f9f..cf3da51 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,10 @@ "mail" : "gary.court@gmail.com", "web" : "http://github.com/garycourt/JSV/issues" }, - "repositories" : [ - { - "type" : "git", - "url" : "git://github.com/garycourt/JSV.git" - } - ], + "repository" : { + "type" : "git", + "url" : "git://github.com/garycourt/JSV.git" + }, "dependencies" : [], "main" : "lib/jsv.js", "keywords" : ["json", "schema", "validator"]