Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 27, 2023
1 parent fcf88d8 commit 0dcd8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath as __Path } from "url";
// @ts-ignore
import Critters from "critters";

import type { Execution, Path } from "files-pipe";
import type { Action, Path } from "files-pipe";
import { Apply, Files, Merge } from "files-pipe";

import type { Option } from "./Option/Index.js";
Expand Down Expand Up @@ -83,7 +83,7 @@ export default (_Option: Option = {}): AstroIntegration => {
})(),
} satisfies Option["Critters"])
).process(On.Buffer.toString()),
} satisfies Execution)
} satisfies Action)
);
}
},
Expand Down

0 comments on commit 0dcd8cc

Please sign in to comment.