Skip to content

Commit fe44946

Browse files
committed
Update WritableStream import path
1 parent 191ea5e commit fe44946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fastglob from 'fast-glob'
22
import micromatch from 'micromatch'
33
import js2xmlparser from 'js2xmlparser'
4-
import { WritableStream } from 'htmlparser2/lib/WritableStream'
4+
import { WritableStream } from 'htmlparser2/WritableStream'
55
import pool from 'tiny-async-pool'
66
import nodepath from 'node:path'
77
import { createReadStream, promises as fs } from 'node:fs'

0 commit comments

Comments
 (0)