Browse Source

bower.json: cleanup

bower.json doesn't need the user prefix in the name
pull/84/head
zimbatm 9 years ago
parent
commit
cb14fd3819
1 changed files with 10 additions and 9 deletions
  1. +10
    -9
      bower.json

+ 10
- 9
bower.json View File

@@ -1,22 +1,23 @@
{ {
"name": "samcollins/css-social-buttons",
"name": "css-social-buttons",
"description": "Zocial CSS social buttons", "description": "Zocial CSS social buttons",
"keywords": ["font", "zocial", "social", "icon"],
"keywords": [
"css",
"font",
"icon",
"social",
"zocial"
],
"homepage": "http://zocial.smcllns.com/", "homepage": "http://zocial.smcllns.com/",
"main": [ "main": [
"css/zocial.css", "css/zocial.css",
"css/zocial.eot",
"css/zocial.svg",
"css/zocial.ttf",
"css/zocial.woff"
], ],
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
"*.json", "*.json",
"*.yml", "*.yml",
"*.html",
"src/", "src/",
"templates/" "templates/"
],
"dependencies": {},
"devDependencies": {}
]
} }

Loading…
Cancel
Save