Skip to content

Commit

Permalink
Updated dependencies in the client template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylian committed Apr 26, 2014
1 parent d69cddc commit ea3b9ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skeletons/client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"muffin/Logger": "*",
"muffin/forms": "*",
"components/jquery": {
"version": "2.0.3",
"version": "2.1.0",
"type": "script",
"main": "jquery.js",
"exports": "$"
},
"jashkenas/underscore": {
"version": "1.5.2",
"version": "1.6.0",
"type": "script",
"main": "underscore.js",
"exports": "_"
},
"jashkenas/backbone": {
"name": "Backbone",
"version": "1.0.0",
"version": "1.1.2",
"type": "script",
"main": "backbone.js",
"dependencies": {
"jashkenas/underscore": "1.5.2",
"components/jquery": "2.0.3"
"jashkenas/underscore": "1.6.0",
"components/jquery": "2.1.0"
},
"exports": "Backbone"
},
"twbs/bootstrap": {
"version": "v3.0.0",
"version": "v3.1.1",
"files": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
Expand Down

0 comments on commit ea3b9ac

Please sign in to comment.