소스 검색

Component.js is deprecated

See http://bower.io/#defining-a-package
Roel van Duijnhoven 11 년 전
부모
커밋
5dedb2cdd6
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"
-  ]
-}