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

Adds NPM article. #22942

Merged
merged 9 commits into from
Apr 9, 2020
Prev Previous commit
Next Next commit
Update docs/docs/glossary.md
Follow capitalization of "Node package manager" from npmjs.com.

Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>
  • Loading branch information
webinista and Aisha Blake authored Apr 8, 2020
commit 83973a95bdb59a42a3232ccbfb37671c47db6d99
2 changes: 1 addition & 1 deletion docs/docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ A way of writing HTML content with plain text, using special characters to denot

### [NPM](/docs/glossary/npm)
webinista marked this conversation as resolved.
Show resolved Hide resolved

[Node](#node) [Package](#package) Manager. Allows you to install and update other packages that your project depends on. [Gatsby](#gatsby) and [React](#react) are examples of your project's dependencies. See also: [Yarn](#yarn).
[Node](#node) [package](#package) manager. Allows you to install and update other packages that your project depends on. [Gatsby](#gatsby) and [React](#react) are examples of your project's dependencies. See also: [Yarn](#yarn).

### Node

Expand Down