Skip to content

Commit f57e0b7

Browse files
committed
upgrade backbone to 1.1.1 and underscore to 1.6.0
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 55c4471 commit f57e0b7

File tree

3 files changed

+247
-152
lines changed

3 files changed

+247
-152
lines changed

architecture-examples/backbone/bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "todomvc-backbone",
33
"version": "0.0.0",
44
"dependencies": {
5-
"backbone": "~1.1.0",
6-
"underscore": "~1.5.0",
5+
"backbone": "~1.1.1",
6+
"underscore": "~1.6.0",
77
"jquery": "~2.0.0",
88
"todomvc-common": "~0.1.4",
99
"backbone.localStorage": "~1.1.0"

0 commit comments

Comments
 (0)