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:
authorForrest L Norvell <forrest@npmjs.com>2015-03-27 13:43:45 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-27 13:43:45 +0300
commita713b9c1cf3cae1da65c5b1059b5a9e826e45332 (patch)
tree19814201a8cfbc5c0442ef7e1d38f925c37adf3f /CHANGELOG.md
parentb3e92c26714a669aa0361e51c8f85518093e077b (diff)
doc: minor CHANGELOG.md booboo
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 d0cb5ea7e..a40fb2f59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
* [`5811468`](https://github.com/npm/npm/commit/5811468e104ccb6b26b8715dff390d68daa10066)
[#7713](https://github.com/npm/npm/issues/7713) Add a test for `npm link` and
- `npm link <package>`. ([@w](https://github.com/w)atilde)
+ `npm link <package>`. ([@watilde](https://github.com/watilde))
* [`3cf3b0c`](https://github.com/npm/npm/commit/3cf3b0c8fddb6b66f969969feebea85fabd0360b)
[#7713](https://github.com/npm/npm/issues/7713) Only use absolute symbolic
links when `npm link`ing. ([@hokaccha](https://github.com/hokaccha))