mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add Bower manifest file
Ignore files that don't need to be installed.
This commit is contained in:
parent
03c8f449d0
commit
c9ff1dd48d
12
bower.json
Normal file
12
bower.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user