Browse Source

Fix for dep jquery version interval

 - to match helios's bootstrap's one
Herbert Vojčík 9 years ago
parent
commit
9a181c33a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -18,6 +18,6 @@
     "jquery": ">=1.7.0"
   },
   "devDependencies": {
-    "jquery": ">=1.7.0 <2.1.0"
+    "jquery": ">=1.8.0 <2.1.0"
   }
 }