Skip to content

Commit

Permalink
Component.json: Always pull the latest versions of deps
Browse files Browse the repository at this point in the history
Because component can't handle semver, right now:
componentjs/component#96
  • Loading branch information
marcelklehr committed Jan 26, 2014
1 parent 0aa990d commit 5c79cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"web": "http://derickbailey.lostechies.com"
},
"dependencies": {
"marionettejs/backbone.babysitter": "0.0.6",
"marionettejs/backbone.wreqr": "0.2.0",
"jashkenas/backbone": "1.1.0"
"marionettejs/backbone.babysitter": "*",
"marionettejs/backbone.wreqr": "*",
"jashkenas/backbone": "*"
},
"scripts": [
"lib/core/amd/backbone.marionette.js"
Expand Down

0 comments on commit 5c79cda

Please sign in to comment.