Comparing version 7.3.3 to 7.3.4
@@ -428,3 +428,3 @@ var Minifier | ||
_.each(this.registry, function(v, file) { | ||
_.each(Object.keys(this.registry).sort(), function(file) { | ||
cb(file, self.codeForFile(file), self.mapForFile(file)); | ||
@@ -431,0 +431,0 @@ }); |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "7.3.3", | ||
"version": "7.3.4", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -7,2 +7,8 @@ Minifyify | ||
## WARNING: Unmaintained! | ||
I have stopped writing Javascript full-time, and therefore do not use Minifyify anymore. While I will continue to accept pull requests and keep the test suite running, you should consider better-maintained alternatives. Thank you for your support! | ||
## Why use Minifyify? | ||
Before, browserify made you choose between sane debugging and sane load times. Now, you can have both. | ||
@@ -9,0 +15,0 @@ |
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
2508415
211