Skip to content

Commit 5e7a691

Browse files
committed
Reinstated master version of grunt.
1 parent c3e75e5 commit 5e7a691

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-
use strict;
1+
var cp = require("child_process");
22
var config = require("./config.json");
33

44
module.exports = function( grunt ) {

0 commit comments

Comments
 (0)