Skip to content

Commit

Permalink
fix: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez committed May 24, 2024
1 parent ef63474 commit 6b30792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Publish package
run: npx jsr publish
run: npx jsr publish --allow-slow-types
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lisez/xevt",
"version": "0.3.4",
"version": "0.3.5",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --parallel --coverage=.coverage",
Expand Down

0 comments on commit 6b30792

Please sign in to comment.