Skip to content

Commit bdf48af

Browse files
committed
Merge pull request #140 from pkane/i-changed-grunt
I Changed Grunt.js
2 parents e25818d + 3fb7bef commit bdf48af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var cp = require("child_process");
1+
use strict;
22
var config = require("./config.json");
33

44
module.exports = function( grunt ) {

0 commit comments

Comments
 (0)