Sfoglia il codice sorgente

jQuery dependency changed to >=1.7.0

to not clash with project that need jQuery 2.
1.7.0 selected so that .on and .off are present.
Otherwise AFAICT Amber does not use any new jQuery features,
but feel free to put higher number there if needed.
Herbert Vojčík 10 anni fa
parent
commit
393dfd8078
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -13,7 +13,7 @@
     "tests"
   ],
   "dependencies": {
-    "jquery": "~1.10.2",
+    "jquery": ">=1.7.0",
     "jquery-ui": "~1.10.3",
     "bootstrap2.3.2": "~2.3.2",
     "jquery-tabby": "git://github.com/alanhogan/Tabby",