aboutsummaryrefslogtreecommitdiff
path: root/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_articles/2018-08-01-verifying-npm-ci-reproducibility.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
index 8faced9..f5004be 100644
--- a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
+++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
@@ -132,7 +132,8 @@ computing the hash of each individual file.
`npm ci` really "generates identical trees".
I'm not aware of any other existing solution for verifying the hash
-signature of a directory. If you know any I'd [like to know](mailto:eu@euandre.org).
+signature of a directory. If you know any I'd
+[like to know](mailto:{{ site.author.email }}).
## *Edit*