We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54417e commit 39183cdCopy full SHA for 39183cd
1 file changed
.github/workflows/publish.yml
@@ -32,6 +32,9 @@ jobs:
32
name: `@cheerio/${p.name}`,
33
version: p.version,
34
exports: { ".": "./src/index.ts" },
35
+ imports: {
36
+ "domelementtype": `jsr:@cheerio/domelementtype@${p.dependencies.domelementtype}`,
37
+ },
38
};
39
writeFileSync("./jsr.json", JSON.stringify(jsrJson, null, 2));
40
'
0 commit comments