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:
authorKat Marchán <kzm@sykosomatic.org>2018-03-13 04:19:35 +0300
committerRebecca Turner <me@re-becca.org>2018-03-23 12:08:56 +0300
commit8954f8e792200bc8da1a80d02876b4278d92b32f (patch)
treec4cdaf1a31b43ba21de376e53167d8dee356a7f5
parentee147fbbca6f2707d3b16f4fa78f4c4606b2d9b1 (diff)
docs: tiny changelog fixes
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 867868f83..df5f9714b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1504,7 +1504,7 @@ helpful when community members go over our code and help clean it up, too!
* [`9e5b76140`](https://github.com/npm/npm/commit/9e5b76140ffdb7dcd12aa402793644213fb8c5d7)
[#17411](https://github.com/npm/npm/pull/17411)
Convert all callback-style `move` usage to use Promises.
- ([@vramana](https://github.com/vramana))
+ ([@vramana](https://github.com/vramana))
* [`0711c08f7`](https://github.com/npm/npm/commit/0711c08f779ac641ec42ecc96f604c8861008b28)
[#17394](https://github.com/npm/npm/pull/17394)
Remove unused argument in `deepSortObject`.