From 428ebe44f9d542f5082807b2fbdabf7282160ec7 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 16 Nov 2014 10:00:02 -0400 Subject: [PATCH] Fixes #140. Update js-beautify dependency to 1.5.4. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8487cd51..1f609b1fe 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "dependencies": { "emissary": "^1.0.0", "extend": "^1.2.1", - "js-beautify": "^1.5.1", + "js-beautify": "^1.5.4", "lodash": "2.4.1", "strip-json-comments": "^0.1.3", "js-yaml": "^3.0.2",