Skip to content

Commit

Permalink
Updated package.json and bower.json for Backbone 1.3
Browse files Browse the repository at this point in the history
Fixes #14.
  • Loading branch information
hashchange committed Jun 8, 2016
1 parent ac35708 commit 8b4b365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
],
"dependencies": {
"underscore": "^1.5.0 <1.9.0",
"backbone": "^1.0.0 <1.3.0"
"backbone": "^1.0.0 <1.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"dependencies": {
"backbone": "^1.0.0 <1.3.0",
"backbone": "^1.0.0 <1.4.0",
"underscore": "^1.5.0 <1.9.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8b4b365

Please sign in to comment.