Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMrBrain295 <66077254+MrBrain295@users.noreply.github.com>2021-02-23 04:52:15 +0300
committerGar <gar+gh@danger.computer>2021-02-25 21:23:43 +0300
commitb7e37f648552017ee5092d1f2ec0dafbdd2ee265 (patch)
treec8ec2ec6617c39c305aa80dc3db70cb18a0676bd /docs
parent113b1319f9e9c90694454bebc9dc12111a441ecf (diff)
chore(docs): capitalize all Instaces of "package"
To make the headings consistent. PR-URL: https://github.com/npm/cli/pull/2760 Credit: @MrBrain295 Close: #2760 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/developers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md
index 627ce7c70..a76808ca6 100644
--- a/docs/content/using-npm/developers.md
+++ b/docs/content/using-npm/developers.md
@@ -93,7 +93,7 @@ You can use `npm init` in the root of your package in order to get you
started with a pretty basic package.json file. See [`npm
init`](/commands/npm-init) for more info.
-### Keeping files *out* of your package
+### Keeping files *out* of your Package
Use a `.npmignore` file to keep stuff out of your package. If there's no
`.npmignore` file, but there *is* a `.gitignore` file, then npm will ignore
@@ -210,7 +210,7 @@ and then follow the prompts.
This is documented better in [npm adduser](/commands/npm-adduser).
-### Publish your package
+### Publish your Package
This part's easy. In the root of your folder, do this: