From 6ef15468eb9b60c833f34fb08f2c30f46015b9ef Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 20 Aug 2015 13:35:49 -0600 Subject: [PATCH] :arrow_up: grim to drop its custom CoffeeScript stack trace support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s interfering with our global stack trace support. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d9061beb..b3527e292 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fstream": "0.1.24", "fuzzaldrin": "^2.1", "git-utils": "^3.0.0", - "grim": "1.4.1", + "grim": "1.4.2", "jasmine-json": "~0.0", "jasmine-tagged": "^1.1.4", "jquery": "^2.1.1",