6to5-browserify
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -23,3 +23,3 @@ var through = require("through"); | ||
var out = to5.transform(data, opts2); | ||
var out = to5.transform(data, opts2).code; | ||
stream.queue(out); | ||
@@ -26,0 +26,0 @@ stream.queue(null); |
{ | ||
"name": "6to5-browserify", | ||
"description": "6to5 browserify plugin", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
2681