Skip to content

Commit

Permalink
Upgrading to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kent.willis committed Apr 16, 2018
1 parent 35ea025 commit f3f9628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/templates/app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var $ = require('jquery');
var Backbone = require('backbone');
Backbone.$ = $;

// Expose some globals
window.$ = $;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"devDependencies": {
"aliasify": "1.7.2",
"backbone-torso": "0.6.9",
"backbone-torso": "0.8.10",
"browser-sync": "2.8.2",
"browserify": "9.0.8",
"color-log": "0.0.2",
Expand Down

0 comments on commit f3f9628

Please sign in to comment.