Browse Source

Merge pull request #163 from roelvanduijnhoven/patch-2

Make dependent jQuery version at least 1.9.0
Emanuele 11 years ago
parent
commit
e167665cbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

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