-
-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support JSR #2201
Comments
It looks like @Kyiro has started this: https://jsr.io/@kyiro/hono/0.1.1/deno.json How did he do it? |
I described what I did in the discord server but I'll post it here as well:
I was pretty much just experimenting, so that's why it's published as version |
Thanks @Kyiro I too would like to make Hono support JSR, but I haven't started working on it yet. Even if we could, I think we would have to figure out the release flow. |
Any news on this? |
@ericlery I was just wondering the same thing. I spent 20 minutes looking at Oak instead. And while I respect it, I concluded that hono is still the best. Then I added this to my deno.json and pretended it's on JSR: {
"imports": {
"hono": "https://deno.land/x/[email protected]/mod.ts"
}
} |
I'll be working on it for the next minor release. |
I think that |
I have some ideas. Wait a minute. |
I have seen people who doesn't know that deno.land/x has been deprecated. |
You are right! I'll work on it. Thank you! |
Hey! This was really completed by #2662. Closing! |
What is the feature you are proposing?
A new package repository:
https://jsr.io/
I've already got the namespace:
The text was updated successfully, but these errors were encountered: