Skip to content

Commit 39183cd

Browse files
committed
ci: add JSR import map for domelementtype
1 parent a54417e commit 39183cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
name: `@cheerio/${p.name}`,
3333
version: p.version,
3434
exports: { ".": "./src/index.ts" },
35+
imports: {
36+
"domelementtype": `jsr:@cheerio/domelementtype@${p.dependencies.domelementtype}`,
37+
},
3538
};
3639
writeFileSync("./jsr.json", JSON.stringify(jsrJson, null, 2));
3740
'

0 commit comments

Comments
 (0)