Bump package
I've published my first package, installed it locally using -g and ran it. Works fine.
Now i also deployed an update to the package, its published, but how do i update my installation?
Do i really have to run deno uninstall packagename, and then deno install -g --name packagename jsr:@scope/name@0.1.7. with versionname included?
Is there not any deno update -all command or something?
Now i also deployed an update to the package, its published, but how do i update my installation?
Do i really have to run deno uninstall packagename, and then deno install -g --name packagename jsr:@scope/name@0.1.7. with versionname included?
Is there not any deno update -all command or something?
