relax jquery constraint

This commit is contained in:
Guy Bedford
2013-11-26 18:42:50 +02:00
parent 30cbd74a1b
commit 38bb3bf4da
@@ -2,7 +2,7 @@
"main": "chosen.jquery.js",
"files": ["chosen.jquery.js", "chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
"shim": {
"chosen.jquery": ["./chosen.css!", "jquery@2.0"]
"chosen.jquery": ["./chosen.css!", "jquery"]
},
"buildConfig": { "uglify": true }
}
}