From cc6b5a3d51345f658741dda294788d7a9abee4db Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 16 Oct 2015 10:08:41 +0800 Subject: [PATCH] Update package.json Fix dependencies error with npm 3.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 67b24e4..8e4c4e0 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "test": "grunt default" }, "peerDependencies": { - "grunt": "~0.4", - "coffeelint": "^1" + "grunt": "~0.4" }, "dependencies": { + "coffeelint": "^1", "coffeelint-stylish": "~0.1.0" }, "devDependencies": {