Skip to content

Commit be5677b

Browse files
committed
Move transformers to their own folder
1 parent 78e90e7 commit be5677b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/pull.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from "./images";
1212

1313
import { tweakForDocusaurus } from "./DocusaurusTweaks";
14-
import { setupCustomTransformers } from "./CustomTransformers";
14+
import { setupCustomTransformers } from "./transformers/CustomTransformers";
1515
import * as Path from "path";
1616
import { error, heading, info, logDebug, verbose, warning } from "./log";
1717
import { convertInternalLinks } from "./links";
File renamed without changes.

0 commit comments

Comments
 (0)