Skip to content

Commit

Permalink
Merge pull request jashkenas#2869 from wyuenho/master
Browse files Browse the repository at this point in the history
Fix up the `repo` key and relax underscore's version requirement
  • Loading branch information
jashkenas committed Nov 10, 2013
2 parents 2958efd + f9fad1c commit d13208a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version" : "1.1.0",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
"repository" : "jashkenas/backbone",
"repo" : "jashkenas/backbone",
"dependencies" : {
"jashkenas/underscore" : ">=1.4.3"
"jashkenas/underscore" : "*"
},
"main" : "backbone.js",
"scripts" : ["backbone.js"],
Expand Down

0 comments on commit d13208a

Please sign in to comment.