Commit 9e2739988046aec0d50ef34bac6606c7da0dca72

Authored by Victor Costa
1 parent c43e77b4

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 20 "font-awesome": "fontawesome#~4.5.0",
21 21 "ngstorage": "~0.3.10",
22 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 26 "devDependencies": {
26 27 "angular-mocks": "~1.4.2"
... ...