From 87db01937460a16964d7f1a6c675624c5107448b Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 7 May 2013 23:36:17 -0700 Subject: [PATCH] Simplify the Component(1) manifest file --- component.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/component.json b/component.json index 6246239..09ed0c1 100644 --- a/component.json +++ b/component.json @@ -1,8 +1,6 @@ { "name": "normalize-css", "version": "2.1.1", - "author": "Nicolas Gallagher", - "homepage": "http://necolas.github.com/normalize.css/", - "main": "normalize.css", - "styles": ["normalize.css"] + "styles": ["normalize.css"], + "author": "Nicolas Gallagher" }