Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 11, 2022
1 parent 6fb6029 commit 140103d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

- Bug fix

## 0.0.5

- Bug fix
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-compress",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"description": "AstroJS compression utilities. Compress HTML, CSS, JavaScript and more.",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"terser": "5.13.1"
},
"devDependencies": {
"@types/node": "17.0.31",
"@types/node": "17.0.32",
"astro": "1.0.0-beta.27",
"esbuild": "0.14.38",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function createPlugin(
: `${options.path}/`;

return {
name: "astro-critters",
name: "astro-compress",
hooks: {
"astro:build:done": async () => {
if (options.css) {
Expand Down

0 comments on commit 140103d

Please sign in to comment.