Skip to content

Commit

Permalink
Update Bb / _ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout authored and ahumphreys87 committed Jun 17, 2015
1 parent f16a3ca commit 24867a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
- UNDERSCORE=1.6 BACKBONE=1.0
- UNDERSCORE=1.4.4 BACKBONE=1.1.0
- UNDERSCORE=1.5 BACKBONE=1.1
- UNDERSCORE=1.7 BACKBONE=1.2
- UNDERSCORE=1.8 BACKBONE=1.2
- LODASH=2.4 BACKBONE=1.1
- LODASH=3.0 BACKBONE=1.1
- LODASH=3.1 BACKBONE=1.0
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"upgradeGuide.md"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0",
"backbone": "1.0.0 - 1.2.1",
"underscore": "1.4.4 - 1.8.3",
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"jquery": "^1.8.0 || ^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"marionettejs/backbone.babysitter": "*",
"marionettejs/backbone.wreqr": "*",
"jashkenas/backbone": "*",
"jashkenas/underscore": "*"
"jashkenas/backbone": "1.0.0 - 1.2.1",
"jashkenas/underscore": "1.4.4 - 1.8.3"
},
"scripts": [
"lib/core/backbone.marionette.js"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0"
"backbone": "1.0.0 - 1.2.1",
"underscore": "1.4.4 - 1.8.3"
},
"devDependencies": {
"chai": "1.9.1",
Expand Down

0 comments on commit 24867a5

Please sign in to comment.