From c1635ae15f580dbce699eb47afd8ae4d074722de Mon Sep 17 00:00:00 2001 From: davidsalamon Date: Thu, 14 Jul 2016 16:49:09 +0200 Subject: [PATCH] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 10e5f5f..cd0f1f6 100644 --- a/bower.json +++ b/bower.json @@ -11,9 +11,9 @@ "tests" ], "dependencies": { - "angular": "~1.2.20" + "angular": "~1.x" }, "devDependencies": { - "angular-mocks": "~1.2.20" + "angular-mocks": "~1.x" } }