diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 06:18:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 06:19:10 -0300 |
commit | 5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7 (patch) | |
tree | 30833fade5fb513a0c9ceec4eeacbdcc70468788 /_articles/2018-08-01-verifying-npm-ci-reproducibility.md | |
parent | Interview article: Fix link to match title (diff) | |
download | euandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.gz euandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.xz |
assert-content.sh: Enforce "ref" is the slug of the "title" for pages in en
Diffstat (limited to '')
-rw-r--r-- | _articles/2018-08-01-verifying-npm-ci-reproducibility.md | 2 |
1 files changed, 1 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 ff983e5..8faced9 100644 --- a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md +++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md @@ -3,7 +3,7 @@ title: Verifying "npm ci" reproducibility date: 2018-08-01 layout: post lang: en -ref: veryfing-npm-ci-reproducibility +ref: verifying-npm-ci-reproducibility updated_at: 2019-05-22 --- When [npm@5](https://blog.npmjs.org/post/161081169345/v500) came bringing |