Since 9.0.0, remark-validate-links tries to get the repo url from git remotes (which is not desirable for forks) rather than the package.json. Hallmark now reads package.json itself and passes the repo url to remark-validate-links.
I also inlined some code for finding & reading the package.json so that this doesn't have to be done 3 times over (by pkg-config, deglob and for getting the repo url).
Since 9.0.0,
remark-validate-links
tries to get the repo url from git remotes (which is not desirable for forks) rather than thepackage.json
. Hallmark now readspackage.json
itself and passes the repo url toremark-validate-links
.I also inlined some code for finding & reading the
package.json
so that this doesn't have to be done 3 times over (bypkg-config
,deglob
and for getting the repo url).