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
parentcdeeb007171887960a79437773fda390a6ee3ffd (diff)
bump grunt-6to5 to ^3.0.0
-rw-r--r--Gruntfile.js1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 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: {
diff --git a/package.json b/package.json
index b2342f0..55ae2e9 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"grunt": "^0.4.5",
- "grunt-6to5": "^2.0.0",
+ "grunt-6to5": "^3.0.0",
"grunt-browserify": "^3.2.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",