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:
authorRebecca Turner <me@re-becca.org>2016-03-18 04:30:37 +0300
committerRebecca Turner <me@re-becca.org>2016-03-18 04:30:46 +0300
commitf2ae3baf9e4b48282bcfceb94ce861b9221450d0 (patch)
tree34d3ea8f9e6e17d4fb1ec832536d7ef51744a666
parent40f239b084bc296095c02b909296cc9bd53bc050 (diff)
doc: Fix a typo in the changelog for our domain name =D
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52a79105d..6eb6e4dcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
#### PERFORMANCE IMPROVEMENTS
-The updated [`are-we-there-yet`](https://npm.com/package/are-we-there-yet)
+The updated [`are-we-there-yet`](https://npmjs.com/package/are-we-there-yet)
changes how it tracks how complete things are to be much more efficient.
The summary is that `are-we-there-yet` was refactored to remove an expensive
tree walk.