From 0615bd014fcb9ba84f1a9bbe406ff935bdcffa0e Mon Sep 17 00:00:00 2001 From: civico92 Date: Wed, 3 Sep 2014 09:14:31 +0200 Subject: [PATCH] Fixed dependency jquery version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 135e37b..507ce75 100644 --- a/bower.json +++ b/bower.json @@ -42,6 +42,6 @@ "steps.jquery.json" ], "dependencies": { - "jquery": "=>1.9.0" + "jquery": ">=1.9.0" } -} \ No newline at end of file +}