Browse Source

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 years ago
parent
commit
1dfce15410
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

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