diff --git a/bower.json b/bower.json index de01172..d7f536f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rivets-backbone-adapter", - "version": "1.4.0", + "version": "1.5.0", "main": "rivets-backbone.js", "description": "Backbone.js adapter for Rivets.js data-bind with nested models and collections support.", "license": "MIT", @@ -9,9 +9,5 @@ ".gitignore", "README.md", "example" - ], - "dependencies": { - "backbone": "*", - "rivets": "*" - } + ] }