From 2af537d48928b2bda4d77ef7bdaabdfa1d05e1bb Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Fri, 7 Feb 2014 03:50:34 -0500 Subject: [PATCH] Remove unused dependency from Gruntfile --- Gruntfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4f428e3..859dc6d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,3 @@ -var path = require('path'); - module.exports = function (grunt) { // -- Config -------------------------------------------------------------------