diff --git a/replacements.json b/replacements.json index bf7bd77b6..def1bb566 100644 --- a/replacements.json +++ b/replacements.json @@ -1,3 +1,3 @@ { - "CLI_VERSION": "2.1.1" + "CLI_VERSION": "2.1.2" } diff --git a/runtime/reference/cli/_commands_reference.json b/runtime/reference/cli/_commands_reference.json index 159352177..3783ad3bf 100644 --- a/runtime/reference/cli/_commands_reference.json +++ b/runtime/reference/cli/_commands_reference.json @@ -832,7 +832,7 @@ }, { "name": "add", - "about": "Add dependencies to your configuration file.\n \u001b[38;5;245mdeno add jsr:@std/path\u001b[39m\n\nYou can add multiple dependencies at once:\n \u001b[38;5;245mdeno add jsr:@std/path jsr:@std/assert\u001b[39m", + "about": "Add dependencies to your configuration file.\n \u001b[38;5;245mdeno add jsr:@std/path\u001b[39m\n\nYou can also add npm packages:\n \u001b[38;5;245mdeno add npm:react\u001b[39m\n\nOr multiple dependencies at once:\n \u001b[38;5;245mdeno add jsr:@std/path jsr:@std/assert npm:chalk\u001b[39m", "args": [ { "name": "packages",