From 75caeb934116b53794fa683964d88aa1317847c8 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 5 Mar 2014 20:55:11 +0000 Subject: [PATCH] Bower dependency order OCD --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index b41dcf19ce..f6e7df38ba 100644 --- a/bower.json +++ b/bower.json @@ -1,20 +1,20 @@ { "name": "ghost", "dependencies": { + "backbone": "1.0.0", + "codemirror": "3.15.0", + "Countable": "2.0.2", + "fastclick": "1.0.0", + "handlebars.js": "1.0.0", + "iCheck": "1.0.1", "jquery": "1.11.0", "jquery-file-upload": "9.5.6", "jquery-hammerjs": "1.0.1", "jquery-ui": "1.10.4", - "showdown": "0.3.1", - "codemirror": "3.15.0", - "backbone": "1.0.0", - "handlebars.js": "1.0.0", "lodash": "2.4.1", "moment": "2.4.0", - "iCheck": "1.0.1", "nprogress": "0.1.2", - "fastclick": "1.0.0", - "Countable": "2.0.2", + "showdown": "0.3.1", "validator-js": "3.4.0" } }