Skip to content

Commit

Permalink
Merge pull request #3016 from marionettejs/patch
Browse files Browse the repository at this point in the history
Bump backbone dependency range (#2996)
  • Loading branch information
paulfalgout committed May 25, 2016
2 parents 5af4eb2 + a3ec99c commit fd912a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"upgradeGuide.md"
],
"dependencies": {
"backbone": "1.0.0 - 1.3.2",
"backbone": "1.0.0 - 1.3.x",
"underscore": "1.4.4 - 1.8.3",
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"marionettejs/backbone.babysitter": "*",
"marionettejs/backbone.wreqr": "*",
"jashkenas/backbone": "1.0.0 - 1.3.2",
"jashkenas/backbone": "1.0.0 - 1.3.x",
"jashkenas/underscore": "1.4.4 - 1.8.3"
},
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"backbone": "1.0.0 - 1.3.2",
"backbone": "1.0.0 - 1.3.x",
"underscore": "1.4.4 - 1.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit fd912a2

Please sign in to comment.