Parcourir la source

Merge pull request #644 from davidstritzl/master

Allow more recent jQuery versions in bower.json
Emanuele il y a 7 ans
Parent
commit
e60005f66c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -17,6 +17,6 @@
   ],
   "dependencies": {
     "bootstrap": ">=2.3.2",
-    "jquery": "~1.9.0"
+    "jquery": ">=1.9.0"
   }
 }