From cb14fd381969a3131cb9ea709d9cc9d6c00ef302 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 26 Jun 2015 17:00:15 +0100 Subject: [PATCH] bower.json: cleanup bower.json doesn't need the user prefix in the name --- bower.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index e05ae7a..0452783 100644 --- a/bower.json +++ b/bower.json @@ -1,22 +1,23 @@ { - "name": "samcollins/css-social-buttons", + "name": "css-social-buttons", "description": "Zocial CSS social buttons", - "keywords": ["font", "zocial", "social", "icon"], + "keywords": [ + "css", + "font", + "icon", + "social", + "zocial" + ], "homepage": "http://zocial.smcllns.com/", "main": [ "css/zocial.css", - "css/zocial.eot", - "css/zocial.svg", - "css/zocial.ttf", - "css/zocial.woff" ], "license": "MIT", "ignore": [ "*.json", "*.yml", + "*.html", "src/", "templates/" - ], - "dependencies": {}, - "devDependencies": {} + ] }