From 745d330ce78e5360025783fb2d5fdf0a81e9c489 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 31 Jul 2014 16:28:40 -0600 Subject: [PATCH] fix(bower): pin angular @beta-11, that ~ was upgrading to beta-17 which doesn't play well with jQuery right now --- bower.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 47ee9c02f6..c85155ebdc 100644 --- a/bower.json +++ b/bower.json @@ -17,10 +17,10 @@ "jquery": "~2.1.0", "jquery.cookie": "~1.4.0", "jquery-ui": "~1.10.3", - "angular": "~1.3.0-beta.11", + "angular": "1.3.0-beta.11", "angular-ui": "~0.4.0", - "angular-sanitize": "~1.3.0-beta.11", - "angular-resource": "~1.3.0-beta.11", + "angular-sanitize": "1.3.0-beta.11", + "angular-resource": "1.3.0-beta.11", "angular-ui-utils": "~0.1.0", "angular-ui-select2": "git://github.com/angular-ui/ui-select2.git", "angular-bootstrap": "~0.10.0", @@ -43,9 +43,6 @@ "pnotify": "~1.3.1" }, "devDependencies": { - "angular-mocks": "~1.3.0-beta.11" - }, - "resolutions": { - "angular": "~1.3.0-beta.11" + "angular-mocks": "1.3.0-beta.11" } }