Skip to content

Commit

Permalink
Merge pull request jashkenas#2876 from j03w/master
Browse files Browse the repository at this point in the history
update version of underscore dependency
  • Loading branch information
jashkenas committed Nov 14, 2013
2 parents d13208a + 0466b1e commit cc3721a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version" : "1.1.0",
"main" : "backbone.js",
"dependencies" : {
"underscore" : ">=1.4.3"
"underscore" : ">=1.5.0"
},
"ignore" : ["backbone-min.js", "docs", "examples", "test", "*.yml", "*.map", ".html"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <[email protected]>",
"dependencies" : {
"underscore" : ">=1.4.3"
"underscore" : ">=1.5.0"
},
"devDependencies": {
"phantomjs": "1.9.0-1",
Expand Down

0 comments on commit cc3721a

Please sign in to comment.