From 673402dca6d16e19a6c3378a778aa62636bdd6e8 Mon Sep 17 00:00:00 2001 From: martinmine Date: Mon, 26 Sep 2016 14:34:50 +0200 Subject: [PATCH] Using Angular 1.5.x instead of 1.5.3 --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 91f06227..7476e590 100644 --- a/bower.json +++ b/bower.json @@ -29,9 +29,9 @@ "license": "MIT", "private": false, "dependencies": { - "angular": "1.5.3", - "angular-animate": "1.5.3", - "angular-sanitize": "1.5.3", + "angular": "~1.5", + "angular-animate": "~1.5", + "angular-sanitize": "~1.5", "angular-ui-router": "0.2.13" } }