-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: Added support for nest.land modules #77
Conversation
Oh, I need to update the readme too... |
Hye @thewizardbear really nice work!! :D I don't suppose 1 or tests could be added for the |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, that was quick, nice one xD LGTM :) Definitely a worthy PR for nest hacktoberfest :) I'll add the label too - really good job
Thanks :) |
Hi, I think the label should be |
@thewizardbear sure, all done, by mad! |
Sorry to be a pain but you managed to misspell |
For crying out loud! xD There we go, and it's no problem :P |
Fixes #31.
Description
These changes allow the user to update and check x.nest.land dependencies (including
std
ones) using dmm, in the same way that deno.land/x modules are currently handled.Other Notes
dmm info
still only looks for deno.land modules - it could be nice for it to look for a nest.land package as well.denoLandURL
is nowmoduleURL
andgithubURL
is nowrepositoryURL
, so that it isn't as deno.land/x specific.