Explorar el Código

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 hace 11 años
padre
commit
1dfce15410
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bower.json

+ 1 - 1
bower.json

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