Add Bower manifest file

Ignore files that don't need to be installed.
This commit is contained in:
Nicolas Gallagher 2013-05-07 23:33:22 -07:00
parent 03c8f449d0
commit c9ff1dd48d

12
bower.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "normalize-css",
"version": "2.1.1",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"component.json",
"test.html"
]
}