From e5b268b53702bafc0b74cab3014916f56dc98ef0 Mon Sep 17 00:00:00 2001 From: Shawn Barratt Date: Tue, 1 Dec 2015 10:33:12 -0500 Subject: [PATCH] Update bower.json include jquery and jquery-ui dependencies --- bower.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 56f336b..4eb991f 100644 --- a/bower.json +++ b/bower.json @@ -8,5 +8,7 @@ "ignore": [ ], "dependencies": { + "jquery": "1.11.1", + "jquery-ui": "~1.11.4" } -} \ No newline at end of file +}