Skip to content

Commit

Permalink
New bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylow committed Sep 17, 2015
1 parent 2385918 commit 36af44e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
{
"name": "css-arrow-mixin",
"version": "1.0.0",
"license" : "MIT",
"license": "MIT",
"main": [
"_css-arrow-mixin.scss"
],
"ignore": [
"**/.*",
"**/*.md",
"**/*.json"
"**/*.json",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/jerrylow/css-arrow-mixin",
"authors": [
"jerrylow <lowjer@gmail.com>"
],
"description": "A flexible CSS arrow mixin with borders.",
"moduleType": [
"globals"
],
"keywords": [
"css"
]
}

0 comments on commit 36af44e

Please sign in to comment.