jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

create ignore to remove test folder from the npm lib #159

Closed albertylw closed 2 years ago

albertylw commented 2 years ago

The test folder is useless in the npm lib (good to develop, but not on build).

The files test/vendor/jquery.js and test/vendor/moment.js contain security risks.

This is causing warning on projects using the dependencies (and scanning for security risks in dependencies).

The origin project is not maintained and the PR is not merged.

So I create this fork.