astro-compressor
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,13 @@ | ||
## v0.1.2 | ||
> 2022-08-28 | ||
## Summary | ||
Fix wording in README. | ||
### Commits | ||
- [[`983215e`](https://github.com/sondr3/astro-compressor)] Update README | ||
## v0.1.1 | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "astro-compressor", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A gzip and brotli compressor for Astro", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -8,8 +8,7 @@ <h1 align="center">astro-compressor</h1> | ||
<p align="center"> | ||
<b>A HTML minifier for Astro</b> | ||
<b>A gzip and brotli compressor for Astro</b> | ||
</p> | ||
- **Simple**: Set it and forget it | ||
- **Performant**: Uses highly performant libraries to minify | ||
- **Optimal**: By minifying, the server can serve optimal bundles | ||
- **Optimal**: By compressing ahead of time, a more performant compression can be performed | ||
@@ -16,0 +15,0 @@ <details> |
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
12571
64