Skip to content

Commit

Permalink
chore: fix jsr semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Aug 9, 2024
1 parent b538355 commit 57fe80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"fdir": "npm:fdir@^6.1.1",
"picomatch": "npm:picomatch@^4.0.2",
"@types/picomatch": "npm:@types/picomatch@^3.0.0",
"gramio": "jsr:@gramio/core@>=0.0.39 < 1.0.0"
"gramio": "jsr:@gramio/core@^0.0.39"
}
}

0 comments on commit 57fe80d

Please sign in to comment.