We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03840dc commit bcae4eaCopy full SHA for bcae4ea
doc/cli/npm-install.md
@@ -199,7 +199,7 @@ after packing it up into a tarball (b).
199
be any valid semver range or exact version, and npm will look for any tags
200
or refs matching that range in the remote repository, much as it would for a
201
registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is
202
- specified, then `master` is used.
+ specified, then the default branch of the repository is used.
203
204
If the repository makes use of submodules, those submodules will be cloned
205
as well.
0 commit comments