From 671f9f6e76e0ee5c990fa0762702fe6d78699017 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Mon, 2 Jun 2014 22:20:12 -0400 Subject: [PATCH] Remove remotes array from component.json * As instructed in the component spec. --- component.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/component.json b/component.json index 866b684..4e513a5 100644 --- a/component.json +++ b/component.json @@ -7,9 +7,6 @@ "json": [ "component.json" ], - "remotes": [ - "https://raw.githubusercontent.com" - ], "scripts": [ "lib/error-reporter.js" ],