1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add docs for updating packages (#2072)

* Update NodeJS -  Updating Packages documentation

* Update content/roadmaps/107-nodejs/content/102-nodejs-npm/102-updating-packages.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Guy Khmelnitsky
2022-10-03 23:44:42 +03:00
committed by GitHub
parent 627bded87d
commit ab074e0630

View File

@@ -1 +1,6 @@
# Updating packages
# Updating Packages
Updating local and global packages you downloaded from the registry helps keep your code and tools stable, usable, and secure.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://docs.npmjs.com/updating-packages-downloaded-from-the-registry'>Updating packages downloaded from the registry</BadgeLink>