grunt-es6-module-wrap-default
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-es6-module-wrap-default", | ||
"description": "Wrap CommonJS and AMD modules created with es6-module-transpiler so that they can be required as ('name') and not ('name').default", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/stevoland/grunt-es6-module-wrap-default", | ||
@@ -27,2 +27,5 @@ "author": { | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
@@ -38,8 +41,4 @@ "grunt-contrib-jshint": "~0.6.0", | ||
"keywords": [ | ||
"gruntplugin", | ||
"es6-module-transpiler", | ||
"es6", | ||
"commonjs", | ||
"amd" | ||
"gruntplugin" | ||
] | ||
} |
@@ -45,2 +45,5 @@ /* | ||
// Path will use forward slash as delimiter on both Windows and Unix based systems. | ||
importPath = path.normalize(importPath).replace(/\\/g, '/'); | ||
var src; | ||
@@ -47,0 +50,0 @@ |
9558
156