aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorIsh <ismail.khair@gmail.com>2012-10-16 10:58:38 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-16 10:58:38 -0400
commit2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d (patch)
treea1f6cc898e9838539e84cf1c757362d5416ae06e /grunt.js
parent4bb46f413a0e2f6933013b26d2aceddca6cf03f1 (diff)
downloadjquery-2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d.tar.gz
jquery-2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d.zip
Remove unused child_process init and assignment from grunt.js. Closes gh-978
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/grunt.js b/grunt.js
index 029106007..9138925d7 100644
--- a/grunt.js
+++ b/grunt.js
@@ -8,8 +8,6 @@
/*jshint node: true */
/*global config:true, task:true, process:true*/
-var child_process = require("child_process");
-
module.exports = function( grunt ) {
"use strict";