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
diff options
context:
space:
mode:
authorshalvah <diakon.ng@gmail.com>2022-10-09 19:05:50 +0300
committerNathan Fritz <fritzy@github.com>2022-10-12 21:54:04 +0300
commitb70e1190c4963a360476718cf7299f8fbe86a22a (patch)
treed676c40f222cefc4428dd759c47b5b7b0443e711
parent542efdb0a31f663cd899bc6d2ddad8fa88c20bc8 (diff)
Fix typo
-rw-r--r--docs/content/configuring-npm/folders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuring-npm/folders.md b/docs/content/configuring-npm/folders.md
index 6e3519511..6295fd7e6 100644
--- a/docs/content/configuring-npm/folders.md
+++ b/docs/content/configuring-npm/folders.md
@@ -141,7 +141,7 @@ prevented.
Another optimization can be made by installing dependencies at the
highest level possible, below the localized "target" folder (hoisting).
-Since version 5, npm hoists dependencies by default.
+Since version 3, npm hoists dependencies by default.
#### Example