diff --git a/grunt.js b/grunt.js index 2ddb3001c..1917f52a0 100644 --- a/grunt.js +++ b/grunt.js @@ -8,6 +8,8 @@ /*jshint node: true */ /*global config:true, task:true, process:true*/ +"use strict"; + var child_process = require("child_process"); module.exports = function( grunt ) {