Commit 9e2739988046aec0d50ef34bac6606c7da0dca72
1 parent
c43e77b4
Exists in
master
and in
38 other branches
Fix lodash version to avoid conflict with restangular
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
bower.json
@@ -20,7 +20,8 @@ | @@ -20,7 +20,8 @@ | ||
20 | "font-awesome": "fontawesome#~4.5.0", | 20 | "font-awesome": "fontawesome#~4.5.0", |
21 | "ngstorage": "~0.3.10", | 21 | "ngstorage": "~0.3.10", |
22 | "bootswatch": "~3.3.6", | 22 | "bootswatch": "~3.3.6", |
23 | - "angular-moment": "~0.10.3" | 23 | + "angular-moment": "~0.10.3", |
24 | + "lodash": "3.10.1" | ||
24 | }, | 25 | }, |
25 | "devDependencies": { | 26 | "devDependencies": { |
26 | "angular-mocks": "~1.4.2" | 27 | "angular-mocks": "~1.4.2" |