Skip to content

Commit 97cff12

Browse files
denobotbartlomieju
andauthored
chore: update for 2.9.4 (#3426)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent bcefb75 commit 97cff12

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.9.3"
2+
"CLI_VERSION": "2.9.4"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,24 @@
17061706
"help_heading": null,
17071707
"usage": "--dev"
17081708
},
1709+
{
1710+
"name": "save-optional",
1711+
"short": "O",
1712+
"long": "save-optional",
1713+
"required": false,
1714+
"help": "Add the package as an optional dependency (under `optionalDependencies`). Note: this only applies when adding to a `package.json` file.",
1715+
"help_heading": null,
1716+
"usage": "--save-optional"
1717+
},
1718+
{
1719+
"name": "no-save",
1720+
"short": null,
1721+
"long": "no-save",
1722+
"required": false,
1723+
"help": "Install the package(s) without adding them to the configuration file.",
1724+
"help_heading": null,
1725+
"usage": "--no-save"
1726+
},
17091727
{
17101728
"name": "allow-scripts",
17111729
"short": null,
@@ -6653,6 +6671,24 @@
66536671
"help_heading": null,
66546672
"usage": "--dev"
66556673
},
6674+
{
6675+
"name": "save-optional",
6676+
"short": "O",
6677+
"long": "save-optional",
6678+
"required": false,
6679+
"help": "Add the package as an optional dependency (under `optionalDependencies`). Note: this only applies when adding to a `package.json` file.",
6680+
"help_heading": null,
6681+
"usage": "--save-optional"
6682+
},
6683+
{
6684+
"name": "no-save",
6685+
"short": null,
6686+
"long": "no-save",
6687+
"required": false,
6688+
"help": "Install the package(s) without adding them to the configuration file.",
6689+
"help_heading": null,
6690+
"usage": "--no-save"
6691+
},
66566692
{
66576693
"name": "npm",
66586694
"short": null,

0 commit comments

Comments
 (0)