Skip to content

Commit

Permalink
chore: try to fix semver error https://github.com/gramiojs/prompt/act…
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 28, 2024
1 parent 0268ee6 commit 6e14ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"include": ["deno.json", "src", "README.md", "package.json", "LICENSE"]
},
"imports": {
"gramio": "jsr:@gramio/core@>=0.0.39 < 1.0.0"
"gramio": "jsr:@gramio/core@>=0.0.39 <1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"gramio": ">=0.0.39 < 1.0.0"
"gramio": ">=0.0.39 <1.0.0"
},
"license": "MIT",
"files": ["dist"]
Expand Down

0 comments on commit 6e14ad2

Please sign in to comment.