ソースを参照

bower.json: cleanup

bower.json doesn't need the user prefix in the name
pull/84/head
zimbatm 9年前
コミット
cb14fd3819
1個のファイルの変更10行の追加9行の削除
  1. +10
    -9
      bower.json

+ 10
- 9
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": {}
]
}

読み込み中…
キャンセル
保存