hayd / deno-udd

Update Deno Dependencies - update dependency urls to their latest published versions
MIT License
329 stars 18 forks source link

Use meta JSON for deno.land/x and deno.land/std #25

Closed rclarey closed 4 years ago

rclarey commented 4 years ago

Closes #24

@hayd

shah commented 4 years ago

I was curious when this will be "released" as part of a new version. Any updates planned?

hayd commented 4 years ago

@shah released as 0.4.0.

Thanks @rclarey !! (Apologies for the long delay in merging.)

hayd commented 4 years ago

@rclarey I've seen you've posted a bunch here so I've added you as a collaborator to udd: you can merge PRs and create releases. 😎 Thanks!!

shah commented 4 years ago

Thanks @hayd! Is there a specific way we should upgrade or just delete the existing version and then run deno install -A -f -n udd https://deno.land/x/udd/main.ts?

hayd commented 4 years ago

@shah deno install -A -f -n udd https://deno.land/x/udd@0.4.0/main.ts

should do the trick