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
This commit is contained in:
TJ Holowaychuk 2012-09-27 17:35:25 -07:00 committed by Nicolas Gallagher
parent 994782f372
commit f29e03ae8f

View File

@ -3,6 +3,7 @@
"version": "2.0.1", "version": "2.0.1",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/", "homepage": "http://necolas.github.com/normalize.css/",
"styles": ["normalize.css"],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/necolas/normalize.css.git" "url": "https://github.com/necolas/normalize.css.git"