From a91b3af1a40912dddb76dcff6af70a527cea912c Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 1 Apr 2013 07:02:29 -0700 Subject: [PATCH] Clean up component.json Bower doesn't currently use several properties that were included. Keep `styles` for now, for Component(1). --- component.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/component.json b/component.json index e766a99..16f685f 100644 --- a/component.json +++ b/component.json @@ -3,13 +3,6 @@ "version": "1.1.0", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", - "styles": ["normalize.css"], - "repository": { - "type": "git", - "url": "https://github.com/necolas/normalize.css.git" - }, - "licenses": [{ - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - }] + "main": "normalize.css", + "styles": ["normalize.css"] }