Fix jshint usage in gruntfile

This commit is contained in:
Jörn Zaefferer
2013-03-02 19:08:19 +01:00
parent 52b2d81156
commit 8fc08ed16c

View File

@@ -1,6 +1,8 @@
/*global module: true, require: true*/
/*jshint node:true*/
module.exports = function(grunt) {
"use strict";
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
concat: {