diff --git a/package.json b/package.json index def4e482..82776db1 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,9 @@ }, "lib" : "src", "main" : "dist/recline.js", - "repositories": [ - { - "type": "git", - "url": "http://github.com/okfn/recline.git", - "path": "src" - } - ] + "repository": { + "type": "git", + "url": "http://github.com/okfn/recline.git", + "path": "src" + } }