aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-27 21:33:41 -0700
committerChris Rebert <[email protected]>2013-07-27 21:39:11 -0700
commit03b2866b9e83d328d2199c3b44caa31ca4d3c41d (patch)
tree54d1b96725da65ee03c90adbd1bba9f0c674c9f9
parentba62cfeffebb3be25241f430d63b2e229a1294d4 (diff)
downloadbootstrap-03b2866b9e83d328d2199c3b44caa31ca4d3c41d.tar.xz
bootstrap-03b2866b9e83d328d2199c3b44caa31ca4d3c41d.zip
tweak Gruntfile.js so it passes jshint
-rw-r--r--Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 0da0e834f..dd0cc9600 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,4 +1,6 @@
+/* jshint node: true */
module.exports = function(grunt) {
+ "use strict";
// Project configuration.
grunt.initConfig({