From deecf770d87ad6e7263a4a1e3f6673517330af88 Mon Sep 17 00:00:00 2001 From: Edward Greve Date: Thu, 30 Apr 2015 00:51:36 +0800 Subject: [PATCH] Silly npm error keeps popping up every time I do something. (npm WARN package.json flocks.js@1.6.1 'repositories' (plural) Not supported. Please pick one as the 'repository' field) --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index c907f21..2864081 100644 --- a/package.json +++ b/package.json @@ -52,12 +52,6 @@ "url": "http://fullof.bs/" } ], - "repositories": [ - { - "type": "git", - "url": "https://github.com/StoneCypher/flocks.js" - } - ], "autoupdate": { "source": "git", "target": "git://github.com/StoneCypher/flocks.js",