From c8bf51f6e594f21b7bc89c701a837f7d3ee5deb8 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Tue, 5 Apr 2016 20:35:13 -0700 Subject: [PATCH] Update grunt-contrib-internal --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4fe8493..60a6c80 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,11 @@ "lodash": "^2.4.1" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-internal": "^0.4.5", - "grunt-contrib-jshint": "^0.11.0", - "grunt-contrib-nodeunit": "^0.4.1" + "grunt": "^1.0.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-internal": "^1.1.0", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-nodeunit": "^1.0.0" }, "keywords": [ "gruntplugin"