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:
authorjigsaw <jigsaw@live.jp>2015-03-21 08:16:35 +0300
committerjigsaw <jigsaw@live.jp>2015-03-21 08:16:35 +0300
commit6a858e38b5eb950947b994b7e71cd468c9fa43fd (patch)
tree7462daa6df7d178f9f655b9d7210af1e20465809 /CHANGELOG.md
parentdf29ddacab2b055bcdf23c3256fa37495ec9744a (diff)
Fix typo in CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee2004cd5..f8f65b504 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -105,7 +105,7 @@
* [`6823807`](https://github.com/npm/npm/commit/6823807bba6c00228a724e1205ae90d67df0adad)
[#7121](https://github.com/npm/npm/issues/7121) `npm install --save` for Git
dependencies saves the URL passed in, instead of the temporary directory used
- to clone the remote repo. Fixes using Git dependencies when shrinkwwapping.
+ to clone the remote repo. Fixes using Git dependencies when shrinkwapping.
In the process, rewrote the Git dependency caching code. Again. No more
single-letter variable names, and a much clearer workflow.
([@othiym23](https://github.com/othiym23))