fix bower jquery version to >=1.6

This commit is contained in:
vitalets 2013-08-07 23:54:44 +04:00
parent 3b46047433
commit d2ea2e3b2a

@ -11,6 +11,6 @@
"test"
],
"dependencies": {
"jquery": "~1"
"jquery": ">=1.6"
}
}