Selaa lähdekoodia

Made some changes

Made some changes
Stein, Peter 11 vuotta sitten
vanhempi
commit
9522d7eb79
1 muutettua tiedostoa jossa 4 lisäystä ja 8 poistoa
  1. 4 8
      bower.json

+ 4 - 8
bower.json

@@ -1,15 +1,11 @@
 {
   "name": "bootstrap-switch",
+  "description" : "Unofficial bootstrap switch",
   "version": "1.6.0",
-  "main": [
-    "static/js/bootstrap-switch.js",
-    "static/stylesheets/bootstrap-switch.css"
-  ],
-  "ignore": [
-    ".jshintrc",
-    "**/*.txt"
-  ],
+  "main": "static/js/bootstrap-switch.js",
+  "ignore": "examples",
   "dependencies": {
     "jquery": "~1.9.0"
   }
 }
+