From 92691f5b46cc2a8fe8e9fb6d917a35501856a93c Mon Sep 17 00:00:00 2001 From: Adam Biggs Date: Thu, 22 May 2014 11:27:26 -0700 Subject: [PATCH] fix: Use latest version of coffeelint as a peer-dependency Closes #47 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff9924a..846e10b 100644 --- a/package.json +++ b/package.json @@ -35,17 +35,18 @@ "test": "grunt default" }, "peerDependencies": { - "grunt": "~0.4" + "grunt": "~0.4", + "coffeelint": "^1.4" }, "dependencies": { - "coffeelint": "~1.1", "coffeelint-stylish": "~0.0.1" }, "devDependencies": { "grunt": "~0.4", "grunt-bump": "~0.0.7", "grunt-npm": "~0.0.2", - "grunt-auto-release": "0.0.6" + "grunt-auto-release": "0.0.6", + "coffeelint": "^1.4" }, "keywords": [ "gruntplugin"