Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ac0db8d..14203d0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,8 +1,7 @@
/*eslint-env node */
+'use strict';
module.exports = function (grunt) {
- 'use strict';
-
grunt.util.linefeed = '\n';
require('load-grunt-tasks')(grunt);