Skip to content

Commit f3f9628

Browse files
author
kent.willis
committed
Upgrading to 0.8.10
1 parent 35ea025 commit f3f9628

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/templates/app/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
var $ = require('jquery');
2+
var Backbone = require('backbone');
3+
Backbone.$ = $;
24

35
// Expose some globals
46
window.$ = $;

app/templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"devDependencies": {
55
"aliasify": "1.7.2",
6-
"backbone-torso": "0.6.9",
6+
"backbone-torso": "0.8.10",
77
"browser-sync": "2.8.2",
88
"browserify": "9.0.8",
99
"color-log": "0.0.2",

0 commit comments

Comments
 (0)