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:07:05 +0300
commit7d5a7ea2dabfac9810fd2d4214f724188bca3b2c (patch)
treef990b945de9ad9911e599ae8d0a4f92e4ea71f61 /CHANGELOG.md
parentdf27cdd387563d9b03d6d6d3f9c13e59698afc8d (diff)
docs: tiny changelog fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c45fbf57..867868f83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -79,12 +79,12 @@ This `libcipm` release includes a number of improvements:
* **PERFORMANCE** Reduce calls to `read-package-json` and separate JSON update phase from man/bin linking phase. `npm ci` should be noticeably faster.
* **FEATURE** Progress bar now fills up as packages are installed, instead of sitting there doing nothing.
* **BUGFIX** Add support for `--only` and `--also` options.
-* **BUFGIX** Linking binaries and running scripts in parallel was causing packages to sometimes clobber each other when hoisted, as well as potentially running too many run-sripts in parallel. This is now a serial operation, and it turns out to have had relatively little actual performance impact.
+* **BUFGIX** Linking binaries and running scripts in parallel was causing packages to sometimes clobber each other when hoisted, as well as potentially running too many run-scripts in parallel. This is now a serial operation, and it turns out to have had relatively little actual performance impact.
* **BUGFIX** Stop adding `_from` to directory deps (aka `file:packages/my-dep`).
### BUGFIXES
-* [`58d2aa58d5f9c4db49f57a5f33952b3106778669`](https://github.com/npm/npm/commit/58d2aa58d5f9c4db49f57a5f33952b3106778669)
+* [`58d2aa58d`](https://github.com/npm/npm/commit/58d2aa58d5f9c4db49f57a5f33952b3106778669)
[#20027](https://github.com/npm/npm/pull/20027)
Use a specific mtime when packing tarballs instead of the beginning of epoch
time. This should allow `npm pack` to generate tarballs with identical hashes
@@ -1512,7 +1512,7 @@ helpful when community members go over our code and help clean it up, too!
* [`7d650048c`](https://github.com/npm/npm/commit/7d650048c8ed5faa0486492f1eeb698e7383e32f)
[#17563](https://github.com/npm/npm/pull/17563)
Refactor some code to use `Object.assign`.
- ([@vramana](https://github.com/vramana))
+ ([@vramana](https://github.com/vramana))
* [`993f673f0`](https://github.com/npm/npm/commit/993f673f056aea5f602ea04b1e697b027c267a2d)
[#17600](https://github.com/npm/npm/pull/17600)
Remove an old comment.