filesize.js icon indicating copy to clipboard operation
filesize.js copied to clipboard

Incorrect commit links in changelog

Open FarSeeing opened this issue 3 years ago • 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

FarSeeing avatar Jun 20 '22 10:06 FarSeeing

You're welcome to fix npm bugs.

avoidwork avatar Jul 19 '22 11:07 avoidwork

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

avoidwork avatar Sep 18 '22 23:09 avoidwork