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:
authorJakob Krigovsky <jakob.krigovsky@gmail.com>2015-06-26 21:24:20 +0300
committerKat Marchán <kzm@sykosomatic.org>2015-06-26 23:04:27 +0300
commit4e7db7dab54bf30615caa2e8f3c6b2db6b59c258 (patch)
tree4f10734a79a9d3587c1eef9d1212766a862db806
parent1569304243ea91e01b5d8548950ace75a6e9fbfc (diff)
Fix typos in changelog
PR-URL: https://github.com/npm/npm/pull/8705
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52af3f5c4..36fb6e994 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -211,12 +211,12 @@ And bundling of dependencies when packing or publishing changes too:
* [#2442](https://github.com/npm/npm/issues/2442)
bundledDependencies no longer requires that you specify deduped sub deps.
npm can now see that a dependency is required by something bundled and
- automaticlaly include it. To put that another way, bundledDependencies
+ automatically include it. To put that another way, bundledDependencies
should ONLY include things that you included in dependencies,
optionalDependencies or devDependencies.
* [#5437](https://github.com/npm/npm/issues/5437)
When bundling a dependency that's both a `devDependency` and the child of
- a regular `dependency`, npm bundles the child depdency.
+ a regular `dependency`, npm bundles the child dependency.
As a demonstration of our confidence in our own work, npm's own
dependencies are now flattened, deduped, and bundled in the `npm@3` style.