es6-module-transpiler-brunch
Advanced tools
Comparing version
@@ -16,4 +16,5 @@ // Generated by CoffeeScript 1.6.3 | ||
this.debug = config.es6ModuleTranspiler.debug || false; | ||
this.match = new RegExp(config.es6ModuleTranspiler.match); | ||
this.match = new RegExp(config.es6ModuleTranspiler.match || /^app/); | ||
} else { | ||
this.debug = false; | ||
this.match = new RegExp(/^app/); | ||
@@ -20,0 +21,0 @@ } |
{ | ||
"name": "es6-module-transpiler-brunch", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Brunch plugin for es6-module-transpiler", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
5943
0.61%40
2.56%