From 6aa8c8bab9dcce80f10d89061d2012d1d6dcac4f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 Aug 2014 10:37:04 -0700 Subject: [PATCH] Go back to using grunt-coffeelint fork for CI fixes --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package.json b/build/package.json index e143f9bbd..4aca3eb4e 100644 --- a/build/package.json +++ b/build/package.json @@ -13,7 +13,7 @@ "github-releases": "~0.2.0", "grunt": "~0.4.1", "grunt-cli": "~0.1.9", - "grunt-coffeelint": "0.0.13", + "grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#9a7698763c4e255f42a0fecbf3259f6518c7e85a", "grunt-contrib-coffee": "~0.9.0", "grunt-contrib-csslint": "~0.1.2", "grunt-contrib-less": "~0.8.0",