From 9b0d8ec2424615383df3babc90cd19a7f0334776 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 11 Jan 2014 17:51:59 -0800 Subject: [PATCH] :lipstick: Sort dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c225f140b..e9fce3bd8 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "space-pen": "3.0.3", "temp": "0.5.0", "text-buffer": "0.12.0", - "underscore-plus": "0.6.1", - "theorist": "~0.7.0" + "theorist": "~0.7.0", + "underscore-plus": "0.6.1" }, "packageDependencies": { "atom-dark-syntax": "0.10.0",