Skip to content

Commit

Permalink
repository -> repo and depend on underscore master because component …
Browse files Browse the repository at this point in the history
…doesn't support version range and the 1.5.2 tag doesn't have a component.json file
  • Loading branch information
wyuenho committed Nov 10, 2013
1 parent 857954f commit f9fad1c
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 f9fad1c

Please sign in to comment.