From b2c7fcb58e10c98e1f61b06ce8b6e76133defdb1 Mon Sep 17 00:00:00 2001 From: Bartvds Date: Tue, 5 Nov 2013 23:02:20 +0100 Subject: [PATCH] more dependencies next up: a user/dev dependency validator tool engine with a giant AI and lasers --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32dc22e..cd4f62c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-clean": "~0.5.0", "grunt-cli": "~0.1", - "grunt": "~0.4.1" + "grunt": "~0.4.1", + "grunt-continue": "0.0.1" }, "peerDependencies": { "grunt": "0.4.1"