Skip to content

Commit 62abd33

Browse files
committed
Fix use strict declaration
1 parent b777bbc commit 62abd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
'use strict';
21
/*global module:false*/
32
module.exports = function (grunt) {
3+
'use strict';
44

55
require('load-grunt-tasks')(grunt);
66

0 commit comments

Comments
 (0)