0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

tweak Gruntfile.js so it passes jshint

This commit is contained in:
Chris Rebert 2013-07-27 21:33:41 -07:00
parent 8a430b3698
commit 880f43221d

View File

@ -1,4 +1,6 @@
/* jshint node: true */
module.exports = function(grunt) {
"use strict";
// Project configuration.
grunt.initConfig({