From 8a925e039178a3531c88ac747894b6fe0992318a Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 29 Mar 2013 21:30:45 -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 006d0dc..a4b271d 100644 --- a/component.json +++ b/component.json @@ -3,13 +3,6 @@ "version": "2.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"] }