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:
authorChris Rebert <code@rebertia.com>2015-02-03 06:24:09 +0300
committerChris Rebert <code@rebertia.com>2015-02-03 06:29:21 +0300
commit177a9945807453ad1e4124b1306bc22050a71d11 (patch)
tree1d940ddbfddd91706dd616871b21ef363cd8a861 /Gruntfile.js
parentcdeeb007171887960a79437773fda390a6ee3ffd (diff)
bump grunt-6to5 to ^3.0.0
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 52c0a25..fdf3fb9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -20,6 +20,7 @@ module.exports = function (grunt) {
'6to5': {
options: {
+ loose: ['es6.modules'],
modules: "common" // output a CommonJS module
},
dist: {