Forráskód Böngészése

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 éve
szülő
commit
393dfd8078
1 módosított fájl, 1 hozzáadás és 1 törlés
  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",