瀏覽代碼

Merge pull request #164 from roelvanduijnhoven/patch-3

removed component.json, deprecated in favour of bower.json.
Emanuele 11 年之前
父節點
當前提交
3184ef2334
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      component.json

+ 0 - 15
component.json

@@ -1,15 +0,0 @@
-{
-  "name"        : "bootstrap-switch",
-  "description" : "Unofficial bootstrap switch",
-  "version"     : "1.8.0",
-  "main"        : "static/js/bootstrap-switch.js",
-  "ignore": [ 
-    "examples"
-  ],
-  "dependencies": {
-    "jquery": "~1.9.0"
-  },
-  "scripts": [
-    "static/js/bootstrap-switch.js"
-  ]
-}