From 9647b6c49335e16a9b1b22c792cbfb8c79a78882 Mon Sep 17 00:00:00 2001 From: Sai Chandramouli Date: Fri, 24 Jun 2016 12:02:36 -0700 Subject: [PATCH] chore(eslint): remove peerDeps Fixes #114 --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 03018e3..6c8aaa2 100644 --- a/package.json +++ b/package.json @@ -35,18 +35,15 @@ "q": "0.8.x" }, "devDependencies": { - "grunt": "~0.4.0", + "grunt": "^1.0.1", + "grunt-complexity": "~0.1.3", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-copy": "~0.4.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-qunit": "~0.1.1", - "semver": "~1.1.4", - "grunt-complexity": "~0.1.3", - "grunt-plato": "~0.2.1" - }, - "peerDependencies": { - "grunt": "~0.4.0" + "grunt-plato": "~0.2.1", + "semver": "~1.1.4" }, "keywords": [ "gruntplugin",