Skip to content

Commit

Permalink
1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 10, 2022
1 parent 9eae1c2 commit e0625fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.19

- Bug fix

## 1.1.18

- Updates pipeline
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import o from"@nikolarhristov/pipeline";var e=(t={})=>({name:"astro-critters",hooks:{"astro:config:done":async i=>{t.path=t.path?t.path:i.config.outDir},"astro:build:done":async()=>{await new o(t).critters()}}});export{e as default};
import i from"@nikolarhristov/pipeline";var r=(t={})=>({name:"astro-critters",hooks:{"astro:build:done":async()=>{await new i(t).critters()}}});export{r as default};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-critters",
"version": "1.1.18",
"version": "1.1.19",
"type": "module",
"description": "🦔 AstroJS GoogleChromeLabs critters integration. Inline your critical CSS with Astro.",
"repository": {
Expand Down
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ export default (
): AstroIntegration => ({
name: "astro-critters",
hooks: {
"astro:config:done": async (options) => {
_options.path = _options.path
? _options.path
: options.config.outDir;
},
"astro:build:done": async () => {
await new pipeline(_options).critters();
},
Expand Down

0 comments on commit e0625fc

Please sign in to comment.