Unify jQuery version dependencies.

This commit is contained in:
Hyunje Alex Jun
2014-07-05 17:46:17 +01:00
parent 4b3b057838
commit f8759f713c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
"tests"
],
"dependencies": {
"jquery": "2.x"
"jquery": ">=1.10"
}
}