Add jquery as a dependency

This commit is contained in:
Sébastien Cevey
2014-09-29 12:04:48 +01:00
parent bdac06a1ca
commit 0e569c728f
@@ -1,5 +1,8 @@
{
"main": "js/jquery.Jcrop",
"dependencies": {
"jquery": "*"
},
"shim": {
"js/jquery.Jcrop": [
"jquery"