avoidwork/filesize.js

Incorrect commit links in changelog

FarSeeing opened this issue · 1 comments

The links to commits in changelog are broken (links to issues are fine).
For example, taking one from 9.0.9,

Fixing unit assignment (WIP) 70bb6a1

Incorrect (current) link:
https://github.com//avoidwork/filesize.js.git/commit/70bb6a1e181919a7a2db833d194bf7ca14864cc3
Correct (.git part is missing):
https://github.com//avoidwork/filesize.js/commit/70bb6a1e181919a7a2db833d194bf7ca14864cc3

Haven't investigated deeply but it seems because of the repository URL in package.json

Fixed with 3b40756; it was the URL from the webstorm ide at that time.