Selaa lähdekoodia

Tell bower to ignore the mockup and docs dirs.

JC Brand 10 vuotta sitten
vanhempi
commit
f635e4efc0
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      bower.json

+ 2 - 1
bower.json

@@ -36,5 +36,6 @@
   "resolutions": {
   "resolutions": {
     "backbone": "1.1.2"
     "backbone": "1.1.2"
   },
   },
-  "exportsOverride": {}
+  "exportsOverride": {},
+  "ignore": ["docs", "mockup"]
 }
 }