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>2017-04-22 05:26:24 +0300
committerRebecca Turner <me@re-becca.org>2017-04-22 05:26:24 +0300
commit6f09d6d2d915cdccfee6f423d7f14135be89e9f9 (patch)
tree5ed7162ee4cab8103b0de2436a45b482d086b717 /CHANGELOG.md
parent3fb3f7217a2d429050ea90165098c95c9d04f186 (diff)
doc: fix credit in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8061d33cf..e55bcab3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,6 @@ A little release to tide you over while we hammer out the last bits for npm@5.
The default package name is now a valid package name. For example: If your package directory
has mixed case, the default package name will be all lower case.
- ([@iarna](https://github.com/iarna))
* [`f08c66323`](https://github.com/npm/npm/commit/f08c663231099f7036eb82b92770806a3a79cdf1)
[#16213](https://github.com/npm/npm/pull/16213)
Add `--allow-same-version` option to `npm version` so that you can use `npm version` to run
@@ -36,7 +35,6 @@ A little release to tide you over while we hammer out the last bits for npm@5.
Shorten the ELIFECYCLE error message. The shorter error message should make it much
easier to discern the actual cause of the error.
([@j-f1](https://github.com/j-f1))
- ([@iarna](https://github.com/iarna))
* [`a87a4a835`](https://github.com/npm/npm/commit/a87a4a8359693518ee41dfeb13c5a8929136772a)
`npmlog@4.0.2`:
Fix flashing of the progress bar when your terminal is very narrow.