Skip to content

Commit 51745e4

Browse files
committed
fix: add missing .js suffix
1 parent a3bab7d commit 51745e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tricky-buckets-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'cf-cleaner': patch
3+
---
4+
5+
fix: add missing .js suffix

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { unified } from 'unified'
66
import type { MinimalDuplex } from 'unified-stream'
77
import { stream } from 'unified-stream'
88

9-
import { rehypeConfluence } from './rehype-confluence'
9+
import { rehypeConfluence } from './rehype-confluence.js'
1010

1111
const getProcessor = (minify?: boolean | undefined) => {
1212
let processor = unified()

0 commit comments

Comments
 (0)