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

Version 6 filesize.d.ts is empty & not declared in package.json #111

Closed manferlo81 closed 4 years ago

manferlo81 commented 4 years ago

As of version 6.0.0 I noticed your filesize.d.ts file is empty. I noticed because is braking my ci test. I checked version 5.0.3 and the types are still there.

manferlo81 commented 4 years ago

your "types" field in package.json was removed on 3909b04d72b7a8129d94a03612898feedf4d39b3 that's another reason your types are not working.

marcneander commented 4 years ago

Please fix this :)