From 4dc909de0353de28e1ef7ad0d36ff9184ba2bec9 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 30 Oct 2013 15:06:07 -0700 Subject: [PATCH] Use a fork of grunt-coffeelint Upgrades version of coffelint to support windows. Related to #1043. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec949a9ea..39f009614 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "fstream": "0.1.24", "grunt": "~0.4.1", "grunt-cli": "~0.1.9", - "grunt-coffeelint": "0.0.6", + "grunt-coffeelint": "git://github.com/atom/grunt-coffeelint.git", "grunt-lesslint": "0.13.0", "grunt-cson": "0.5.0", "grunt-contrib-csslint": "~0.1.2",