Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
relaxing the versions needed for lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
timc3 committed Jun 12, 2014
1 parent 67c559b commit fc9ad37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backtree",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/timc3/backtree",
"authors": [
"Tim Child <[email protected]>"
Expand All @@ -19,12 +19,13 @@
"test",
"tests",
"examples",
"assets"
"assets",
"lib"
],
"dependencies": {
"jquery": ">=1.7.2",
"backbone": ">=0.9.10",
"backbone.babysitter": "0.0.4",
"lodash": "1.2.0"
"backbone.babysitter": ">=0.0.4",
"lodash": ">=1.2.0"
}
}

0 comments on commit fc9ad37

Please sign in to comment.