Sfoglia il codice sorgente

Make dependent jQuery version at least 1.9.0

Make dependent jQuery version at least 1.9.0. Instead of relying precisely on that version. The later makes it hard to use jQuery 2.0 for example.
Roel van Duijnhoven 11 anni fa
parent
commit
1dfce15410
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -7,7 +7,7 @@
     "examples"
   ],
   "dependencies": {
-    "jquery": "~1.9.0"
+    "jquery": ">=1.9.0"
   }
 }