Skip to content

Commit 5fcea12

Browse files
committed
Add "use strict" to grunt.js
1 parent 1d9841c commit 5fcea12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

grunt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*jshint node:true */
2+
"use strict";
3+
24
module.exports = function( grunt ) {
35

46
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );

0 commit comments

Comments
 (0)