6to5-browserify
Advanced tools
Comparing version 0.0.7 to 0.0.8
var through = require("through"); | ||
var path = require("path"); | ||
var to5 = require("6to5"); | ||
@@ -13,4 +14,6 @@ var _ = require("lodash"); | ||
return function (filename) { | ||
if (!to5.util.canCompile(filename)) return through(); | ||
if (path.extname(filename) == '.json') { | ||
return through(); | ||
} | ||
var data = ""; | ||
@@ -17,0 +20,0 @@ |
{ | ||
"name": "6to5-browserify", | ||
"description": "6to5 browserify plugin", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/sebmck/6to5-browserify", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2816
28