Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Hortt <[email protected]>
  • Loading branch information
Horttcore committed Feb 15, 2017
1 parent a9c7b18 commit f5e54ea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "css-util-microclearfix",
"homepage": "https://github.com/Horttcore/css-util-microclearfix",
"authors": [
"Ralf Hortt <[email protected]>"
],
"description": "Nicolas Gallagher famous micro clearfix",
"main": "cf.css",
"keywords": [
"css",
"clearfix"
],
"repository": {
"type": "git",
"url": "git://github.com/Horttcore/css-util-microclearfix.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f5e54ea

Please sign in to comment.