Skip to content

Commit

Permalink
chore(deps): update dependencies and lock file version
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Feb 6, 2025
1 parent b8c1e7c commit a784d93
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 39 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"version": "3.0.1",
"exports": "./mod.ts",
"tasks": {
"test": "deno run -A test.ts",
"test": "deno run -A test.ts"
},
"imports": {
"@lukeed/fetch-event-stream": "jsr:@lukeed/fetch-event-stream@^0.1.5",
"@std/assert": "jsr:@std/assert@1",
"@std/assert": "jsr:@std/assert@^1.0.11"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"README_CN.md",
"*.ts",
"*.ts"
],
"exclude": [
"test.ts",
],
"test.ts"
]
}
}
65 changes: 31 additions & 34 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a784d93

Please sign in to comment.