Skip to content

Commit

Permalink
fix(bower): Fixes lodash dependency
Browse files Browse the repository at this point in the history
Use the greatest 2.x version of lodash that is available
  • Loading branch information
TomNeyland committed Feb 3, 2015
1 parent c50a053 commit 14b2753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.4",
"dependencies": {
"angular": ">=1.2.0",
"lodash": ">=2.4.1",
"lodash": "~2",
"dcjs": "2.0.0-alpha.2",
"crossfilter": "~1.3.0"
},
Expand Down

0 comments on commit 14b2753

Please sign in to comment.