Simplify the Component(1) manifest file

This commit is contained in:
Nicolas Gallagher 2013-05-07 23:36:17 -07:00
parent c9ff1dd48d
commit 87db019374

View File

@ -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"
}