Skip to content

Commit be180ca

Browse files
committed
🐛 fix JSR publish: update include list and add version constraint
1 parent f094d7c commit be180ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@std/path": "jsr:@std/path@1",
2323
"@libs/xml": "jsr:@libs/xml@^6.0.0",
2424
"effection": "npm:effection@^4.0.2",
25-
"@effectionx/context-api": "npm:@effectionx/context-api",
25+
"@effectionx/context-api": "npm:@effectionx/context-api@^0.5.3",
2626
"clayterm": "https://esm.sh/pr/clayterm@e413755",
2727
"hast-util-from-html": "npm:hast-util-from-html@^2.0.3",
2828
"hast-util-select": "npm:hast-util-select@^6.0.4",
@@ -43,9 +43,9 @@
4343
"include": [
4444
"mod.ts",
4545
"staticalize.ts",
46+
"downloader.ts",
4647
"task-buffer.ts",
4748
"config.ts",
48-
"main.ts",
4949
"README.md",
5050
"deno.json"
5151
]

0 commit comments

Comments
 (0)