Skip to content

Commit

Permalink
Fixes #3299
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 11, 2024
1 parent a47dea1 commit 2908773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"@11ty/eleventy-utils": "^1.0.3",
"@11ty/lodash-custom": "^4.17.21",
"@11ty/posthtml-urls": "^1.0.0",
"@11ty/recursive-copy": "^3.0.0",
"@sindresorhus/slugify": "^2.2.1",
"bcp-47-normalize": "^2.3.0",
"chardet": "^2.0.0",
Expand All @@ -140,7 +141,6 @@
"nunjucks": "^3.2.4",
"please-upgrade-node": "^3.2.0",
"posthtml": "^0.16.6",
"recursive-copy": "^2.0.14",
"semver": "^7.6.2",
"slugify": "^1.6.6"
}
Expand Down
2 changes: 1 addition & 1 deletion src/TemplatePassthrough.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from "node:path";
import fs from "graceful-fs";

import isGlob from "is-glob";
import copy from "recursive-copy";
import copy from "@11ty/recursive-copy";
import { TemplatePath } from "@11ty/eleventy-utils";
import debugUtil from "debug";

Expand Down

0 comments on commit 2908773

Please sign in to comment.