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>2015-10-03 00:04:41 +0300
committerRebecca Turner <me@re-becca.org>2015-10-03 00:04:41 +0300
commitba5f7a32cc68e559edf78de15ae8778e9c9bef22 (patch)
tree413f5eff91843c9b424598faa1cda69336a4f409 /CHANGELOG.md
parent57a15f3b445cad1ba70c78fac890bb098f258398 (diff)
doc: Fix commit sha links!!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4c1ba4aa..677a26379 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,8 +13,8 @@ issues I've been able to reduce npm@3's run time back down to 5 seconds.
Other scenarios were even worse, there was one that until now in npm@3 that
took almost 6 minutes, and has been reduced to 14 seconds.
-* [`7bc0d4c`](https:github.com/npm/npm/commit/7bc0d4c)
- [`cf42217`](https:github.com/npm/npm/commit/cf42217)
+* [`7bc0d4c`](https://github.com/npm/npm/commit/7bc0d4c)
+ [`cf42217`](https://github.com/npm/npm/commit/cf42217)
[#8826](https://github.com/npm/npm/issues/8826)
Stop using deepclone on super big datastructures. Avoid cloning
all-together even when that means mutating things, when possible.
@@ -29,28 +29,28 @@ third of the company will be attending.
#### And finally a dependency update
-* [`a6a4437`](https:github.com/npm/npm/commit/a6a4437)
+* [`a6a4437`](https://github.com/npm/npm/commit/a6a4437)
glob@5.0.15
([@isaacs](https://github.com/isaacs))
#### And some subdep updates
-* [`cc5e6a0`](https:github.com/npm/npm/commit/cc5e6a0)
+* [`cc5e6a0`](https://github.com/npm/npm/commit/cc5e6a0)
hoek@2.16.3
([@nlf](https://github.com/nlf))
-* [`912a516`](https:github.com/npm/npm/commit/912a516)
+* [`912a516`](https://github.com/npm/npm/commit/912a516)
boom@2.9.0
([@arb](https://github.com/arb))
-* [`63944e9`](https:github.com/npm/npm/commit/63944e9)
+* [`63944e9`](https://github.com/npm/npm/commit/63944e9)
bluebird@2.10.1
([@petkaantonov](https://github.com/petkaantonov))
-* [`ef16003`](https:github.com/npm/npm/commit/ef16003)
+* [`ef16003`](https://github.com/npm/npm/commit/ef16003)
mime-types@2.1.7 & mime-db@1.19.0
([@dougwilson](https://github.com/dougwilson))
-* [`2b8c0dd`](https:github.com/npm/npm/commit/2b8c0dd)
+* [`2b8c0dd`](https://github.com/npm/npm/commit/2b8c0dd)
request@2.64.0
([@simov](https://github.com/simov))
-* [`8139124`](https:github.com/npm/npm/commit/8139124)
+* [`8139124`](https://github.com/npm/npm/commit/8139124)
brace-expansion@1.1.1
([@juliangruber](https://github.com/juliangruber))