yeoman / update-notifier

Update notifications for your CLI app
BSD 2-Clause "Simplified" License
1.76k stars 132 forks source link

Drop redundant dependency #236

Closed fregante closed 2 months ago

fregante commented 2 months ago

It looks like this initially used semver-diff, but then loaded the whole of semver, making the former redundant.

This PR drops semver-diff and avoids the index file import from semver.