diff --git a/bower.json b/bower.json index 427db1a..c65606c 100644 --- a/bower.json +++ b/bower.json @@ -2,9 +2,6 @@ "name": "jquery-ui", "version": "1.10.3", "main": [ - "ui/jquery-ui.custom.js" - ], - "dependencies": { - "jquery": ">= 1.8" - } + "ui/jquery-ui.js" + ] }