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:
authorBryan Burgers <bryan@burgers.io>2014-05-13 23:48:48 +0400
committerRobert Kowalski <rok@kowalski.gd>2014-05-14 20:45:57 +0400
commit08e0b101f3190d9548a6530096844674b16ce8d7 (patch)
tree3aef23020fe8361fd4dbe5cb9957f27f84a327aa
parent2da4f398bf3fe0880b520e299ce0d91c8d20f0c4 (diff)
Correct complexity numbering in npm-faq
Number the complexity hurdles in the "renaming node_modules" section using natural numbers (1, 2, 3, 4) instead of Fibonacci Sequence numbers (1, 2, 3, 5).
-rw-r--r--doc/misc/npm-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-faq.md b/doc/misc/npm-faq.md
index 081605230..104ab2cd6 100644
--- a/doc/misc/npm-faq.md
+++ b/doc/misc/npm-faq.md
@@ -258,7 +258,7 @@ change it again? npm doesn't currently track any state about past
configuration settings, so this would be rather difficult to do
properly. It would have to track every previous value for this
config, and always accept any of them, or else yesterday's install may
-be broken tomorrow. Complexity hurdle #5.
+be broken tomorrow. Complexity hurdle #4.
Never going to happen. The folder is named `node_modules`. It is
written indelibly in the Node Way, handed down from the ancient times