Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 29, 2023
1 parent 7696ffe commit fa7ef49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.

5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import type { AstroIntegration } from "astro";
// @ts-ignore
import Critters from "critters";
import { files } from "files-pipe";
import applyTo from "files-pipe/dist/lib/apply-to.js";
import deepmerge from "files-pipe/dist/lib/deepmerge.js";
import type { executions, optionPath } from "files-pipe/dist/options/index.js";
import { fileURLToPath } from "url";

import type { Options } from "./options/index.js";
import defaults from "./options/index.js";
// @ts-ignore
import Critters from "critters";

export default (options: Options = {}): AstroIntegration => {
for (const option in options) {
Expand Down

0 comments on commit fa7ef49

Please sign in to comment.