put "use strict" where it belongs so that this works for jshint 0.5.x up to 0.9.x

This commit is contained in:
jaubourg 2012-10-16 10:10:17 -04:00
parent 6ba563887a
commit 605a38073e

View File

@ -12,6 +12,8 @@ var child_process = require("child_process");
module.exports = function( grunt ) {
"use strict";
// readOptionalJSON
// by Ben Alman
// https://gist.github.com/2876125