astro-compressor
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,13 @@ | ||
## v0.1.1 | ||
> 2022-08-27 | ||
## Summary | ||
Quick bugfix release for a strat `console.log` that was left accidentally. | ||
### Commits | ||
- [[`375745f`](https://github.com/sondr3/astro-compressor)] Release v0.1.1 | ||
## v0.1.0 | ||
@@ -2,0 +14,0 @@ |
@@ -14,3 +14,2 @@ import { globby } from "globby"; | ||
for (const file of files) { | ||
console.log(file); | ||
const source = createReadStream(file); | ||
@@ -17,0 +16,0 @@ const destination = createWriteStream(`${file}.gz`); |
{ | ||
"name": "astro-compressor", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A gzip and brotli compressor for Astro", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
12444
86