Skip to content

Commit

Permalink
Use ES6 func syntax in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 31, 2017
1 parent 3a07383 commit 603165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*jshint node:true*/
"use strict";

module.exports = function(grunt) {
module.exports = grunt => {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-mocha-test');

Expand Down

0 comments on commit 603165b

Please sign in to comment.