Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize all Instances of "package" in "developers.md" #2760

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/using-npm/developers.md
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down