From 22b719470923477be0db09746684397c85d0c807 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 18 Oct 2024 09:29:50 +0200 Subject: [PATCH] fix(help): missing package specifier --- cli/args/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b92e5dd945f453..cb3d55e50da67f 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1178,7 +1178,7 @@ static DENO_HELP: &str = cstr!( Dependency management: add Add dependencies - deno add @std/assert | deno add npm:express + deno add jsr:@std/assert | deno add npm:express install Install script as an executable uninstall Uninstall a script previously installed with deno install remove Remove dependencies from the configuration file