Comparing version 3.0.0-beta6 to 3.0.0-beta7
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "3.0.0-beta6", | ||
"version": "3.0.0-beta7", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -27,3 +27,3 @@ Minifyify | ||
.bundle({debug: true}) | ||
.pipe(minifier.consume(function (err, src, map) { | ||
.pipe(minifier.consumer(function (err, src, map) { | ||
// Your code here | ||
@@ -64,3 +64,3 @@ })); | ||
// Consume pulls the source map out of src and transforms the mappings | ||
.pipe(minifier.consume(function (err, src, map) { | ||
.pipe(minifier.consumer(function (err, src, map) { | ||
// src and map are strings | ||
@@ -67,0 +67,0 @@ // src has a comment pointing to map |
Sorry, the diff of this file is not supported yet
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
655239