CLI documentation update from CI
npm CLI robot committed
Jul 22, 2022 at 03:04 UTC
d00fafbd182c14ec9215bc6dbbdb63776d2fbe50
3 files changed
+3
-3
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit 4c945302fc2aa6854dc014fe31d6f5dfa96f7b52
1
+Subproject commit f9abee79abe541226a249f50bdeec41317dd5712
content/cli/v8/commands/npm-install.md
+1
-1
@@ -322,7 +322,7 @@ into a tarball (b).
322
can be any valid semver range or exact version, and npm will look for
323
any tags or refs matching that range in the remote repository, much as
324
it would for a registry dependency. If neither `#<commit-ish>` or
325
- `#semver:<semver>` is specified, then `master` is used.
325
+ `#semver:<semver>` is specified, then the default branch is used.
326
327
As with regular git dependencies, `dependencies` and `devDependencies`
328
will be installed if the package has a `prepare` script before the
content/cli/v8/configuring-npm/package-json.md
+1
-1
@@ -642,7 +642,7 @@ commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` can
642
be any valid semver range or exact version, and npm will look for any tags
643
or refs matching that range in the remote repository, much as it would for
644
a registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is
645
-specified, then `master` is used.
645
+specified, then the default branch is used.
646
647
Examples:
648