Skip to content

Commit

Permalink
Removing deps from bower.json
Browse files Browse the repository at this point in the history
As `rivets-backbone-adapter` is a some sort of plugin it should not required any dependencies.
  • Loading branch information
azproduction committed Aug 15, 2014
1 parent 97acd79 commit a1cb4c1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,9 +9,5 @@
".gitignore",
"README.md",
"example"
],
"dependencies": {
"backbone": "*",
"rivets": "*"
}
]
}

0 comments on commit a1cb4c1

Please sign in to comment.