From 80e1c03885688b6615e142dc347b4c7e10d27694 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 16 Sep 2014 13:59:00 -0300 Subject: [PATCH] Closes #96. Update Pretty-Diff dependency to ^1.2.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 879a2ae61..5a2a2ec87 100644 --- a/package.json +++ b/package.json @@ -82,12 +82,12 @@ "dependencies": { "emissary": "^1.0.0", "extend": "^1.2.1", - "js-beautify": "~1.5.1", + "js-beautify": "^1.5.1", "lodash": "2.4.1", "strip-json-comments": "^0.1.3", "js-yaml": "^3.0.2", "temp": "^0.8.0", - "prettydiff": "^1.2.1", + "prettydiff": "^1.2.4", "node-uuid": "^1.4.1", "analytics-node": "^1.0.2", "coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",