Skip to content

Commit b7dfd15

Browse files
committed
Update grunt.js
added "use strict" for grunt 0.3.17 lint check
1 parent da42b3e commit b7dfd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grunt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = function( grunt ) {
22

3+
"use strict";
4+
35
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
46

57
grunt.loadNpmTasks( "grunt-clean" );

0 commit comments

Comments
 (0)