From 96d3558f7184c30d77b6040d8a01fe5aa2378265 Mon Sep 17 00:00:00 2001 From: leolux Date: Mon, 25 May 2015 10:56:40 +0200 Subject: [PATCH] Update bower.json Set angular depedency to a relative value. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 424e8af..0ccb17a 100644 --- a/bower.json +++ b/bower.json @@ -19,6 +19,6 @@ "README.md" ], "dependencies": { - "angular": "~1.2.13" + "angular": ">=1.2.13" } -} \ No newline at end of file +}