Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 6, 2016
1 parent 3eaa68d commit 1b3e410
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"name": "accessibility-buttons",
"description": "Buttons to add/remove contrast and increase/decrease font size.",
"homepage": "http://tiagoporto.github.io/accessibility-buttons",
"author": {
"name": "Tiago Porto",
"homepage": "http://tiagoporto.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/accessibility-buttons.git"
},
"keywords": [
"accessibility",
"button",
Expand All @@ -17,16 +10,28 @@
"increase font",
"decrease font"
],
"main": "dist/js/accessibility-buttons.js",
"license": "MIT",
"authors": [
{
"name": "Tiago Porto",
"homepage": "http://tiagoporto.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/accessibility-buttons.git"
},
"main": [
"dist/js/accessibility-buttons.js",
"dist/css/accessibility-buttons.css"
],
"ignore": [
"**/*",
"!CHANGELOG.md",
"!LICENSE.md",
"!dist/js/accessibility-buttons.js",
"!dist/js/accessibility-buttons.min.js",
"!dist/css/accessibility-buttons.css",
"!dist/css/accessibility-buttons.min.css",
"!README.md"
]
"!LICENSE",
"!README.md",
"!dist/**/*"
],
"dependencies": {},
"devDependencies": {},
"license": "MIT"
}

0 comments on commit 1b3e410

Please sign in to comment.