mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove unused child_process init and assignment from grunt.js. Closes gh-978
This commit is contained in:
parent
4bb46f413a
commit
2e3ca6ca46
2
grunt.js
2
grunt.js
@ -8,8 +8,6 @@
|
|||||||
/*jshint node: true */
|
/*jshint node: true */
|
||||||
/*global config:true, task:true, process:true*/
|
/*global config:true, task:true, process:true*/
|
||||||
|
|
||||||
var child_process = require("child_process");
|
|
||||||
|
|
||||||
module.exports = function( grunt ) {
|
module.exports = function( grunt ) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
Loading…
Reference in New Issue
Block a user