don't use ES6 unnecessarily in gruntfile - breaks the linter/build

This commit is contained in:
haszari 2019-02-13 12:23:19 +13:00
parent 87c0f7c92f
commit 8fc29aaa28
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* jshint node:true */
module.exports = function( grunt ) {
'use strict';
const sass = require( 'node-sass' );
var sass = require( 'node-sass' );
grunt.initConfig({