We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed0cc8 commit ba1adefCopy full SHA for ba1adef
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
93
started with a pretty basic package.json file. See [`npm
94
init`](/commands/npm-init) for more info.
95
96
-### Keeping files *out* of your package
+### Keeping files *out* of your Package
97
98
Use a `.npmignore` file to keep stuff out of your package. If there's no
99
`.npmignore` file, but there *is* a `.gitignore` file, then npm will ignore
@@ -210,7 +210,7 @@ and then follow the prompts.
210
211
This is documented better in [npm adduser](/commands/npm-adduser).
212
213
-### Publish your package
+### Publish your Package
214
215
This part's easy. In the root of your folder, do this:
216
0 commit comments