From 9e0083c18e091076551ff2d464ac4bc66c8e86f6 Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Mon, 8 Sep 2014 10:12:46 -0400 Subject: [PATCH] Singularize repository (per npm warning) --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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" + } }