From 9815b91850422663caff292dff05ef61c4718601 Mon Sep 17 00:00:00 2001 From: Mark Chapman Date: Sun, 8 Jun 2014 20:54:23 +0100 Subject: [PATCH] Revert last commit while debugging as causes problems with bower link --- bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 27618eb..d178f03 100644 --- a/bower.json +++ b/bower.json @@ -12,8 +12,7 @@ "license": "MIT", "homepage": "www.forms-angular.org", "dependencies": { - "forms-angular": "0.4.0-alpha.1", - "jquery": "2", + "jquery": ">=1.8", "jquery-ui": "1", "angular-ui-date": "git://github.com/mchapman/ui-date#patch-1" },