From 2c628042d6e58695612b69481fd95342410f4a92 Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Mon, 17 Jun 2013 14:05:31 -0400 Subject: [PATCH] updating bower.json --- bower.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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" + ] }