From 8ae51260162e29a07bffcbdbe4deeacd218cab37 Mon Sep 17 00:00:00 2001 From: paladox Date: Mon, 26 Oct 2015 00:43:00 +0000 Subject: [PATCH] Add grunt as dependency so grunt runs Closes gh-103 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4c8a47d..fd249ba 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "vow": "~0.4.1" }, "devDependencies": { + "grunt": "0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.11.2", "grunt-contrib-nodeunit": "~0.4.0",