Skip to content

Commit

Permalink
Merge remote-tracking branch 'cobbweb/use-specific-dep-versions' into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Derick Bailey committed Mar 9, 2013
2 parents a05c33d + 4273f96 commit dc78691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/
.grunt/
npm-debug.log
_SpecRunner.html
components/
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" : {
"jquery": "latest",
"backbone" : "latest"
"jquery": "~1.8.0 || ~1.9.0",
"backbone" : "~0.9.10"
}
}

0 comments on commit dc78691

Please sign in to comment.