Skip to content

Commit

Permalink
Added bower.json file.
Browse files Browse the repository at this point in the history
Note: You will have to make a tag/release that matches the version number in this bower.json file. For discussion, see #17.
  • Loading branch information
mhulse committed Nov 21, 2014
1 parent 43d947a commit 9d252ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "sass-flex-mixin",
"version": "1.0.0",
"main": [
"flex.scss"
],
"ignore": [
"tests",
"**/.*",
"**/*.md",
"**/*.json"
],
"dependencies": {},
"devDependencies": {},
"keywords": [
"sass",
"css"
]
}

0 comments on commit 9d252ff

Please sign in to comment.