From f29e03ae8f4485dbf959c9db09e88fa5bdbeaf86 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 27 Sep 2012 17:35:25 -0700 Subject: [PATCH] Update component.json for 'component' support Add 'styles' property to component.json to play nice with 'component'. 'Component' is another component package manager. See: https://github.com/component/component --- component.json | 1 + 1 file changed, 1 insertion(+) diff --git a/component.json b/component.json index 80fae5c..393f61e 100644 --- a/component.json +++ b/component.json @@ -3,6 +3,7 @@ "version": "2.0.1", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", + "styles": ["normalize.css"], "repository": { "type": "git", "url": "https://github.com/necolas/normalize.css.git"