Sfoglia il codice sorgente

Merge pull request #644 from davidstritzl/master

Allow more recent jQuery versions in bower.json
Emanuele 7 anni fa
parent
commit
e60005f66c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
   }
 }