diff --git a/bower.json b/bower.json index 1ebb595..4552935 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "backtree", - "version": "0.0.5", + "version": "0.0.6", "homepage": "https://github.com/timc3/backtree", "authors": [ "Tim Child " @@ -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" } }