Skip to content

Commit a41305b

Browse files
committed
revert cheerio to npm dependency
1 parent 1cc7498 commit a41305b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cheerio from 'https://cdn.skypack.dev/[email protected]?dts';
1+
import * as cheerio from 'npm:[email protected]';
22
import * as path from 'jsr:@std/[email protected]';
33

44
export { cheerio, path };

0 commit comments

Comments
 (0)