avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

Incorrect commit links in changelog #157

Closed FarSeeing closed 2 years ago

FarSeeing commented 2 years ago

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

avoidwork commented 2 years ago

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