Sfoglia il codice sorgente

Update bower.json

change 

"ignore": "examples", 

to   

"ignore": [ 
    "examples"
  ],
Stein, Peter 11 anni fa
parent
commit
e6a5a7579e
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      bower.json

+ 3 - 1
bower.json

@@ -3,7 +3,9 @@
   "description" : "Unofficial bootstrap switch",
   "description" : "Unofficial bootstrap switch",
   "version": "1.6.0",
   "version": "1.6.0",
   "main": "static/js/bootstrap-switch.js",
   "main": "static/js/bootstrap-switch.js",
-  "ignore": "examples",
+  "ignore": [ 
+    "examples"
+  ],
   "dependencies": {
   "dependencies": {
     "jquery": "~1.9.0"
     "jquery": "~1.9.0"
   }
   }