mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #2869 from wyuenho/master
Fix up the `repo` key and relax underscore's version requirement
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user