Skip to content

Commit 8fc08ed

Browse files
committed
Fix jshint usage in gruntfile
1 parent 52b2d81 commit 8fc08ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*global module: true, require: true*/
1+
/*jshint node:true*/
22
module.exports = function(grunt) {
33

4+
"use strict";
5+
46
grunt.initConfig({
57
pkg: grunt.file.readJSON('package.json'),
68
concat: {

0 commit comments

Comments
 (0)