Skip to content

Commit

Permalink
Updated files for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 28, 2024
1 parent 5b961c2 commit a64cda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CLI_VERSION": "2.1.1"
"CLI_VERSION": "2.1.2"
}
2 changes: 1 addition & 1 deletion runtime/reference/cli/_commands_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a64cda8

Please sign in to comment.