steelbrain / package-deps

Automatically install dependencies for your atom packages
MIT License
59 stars 20 forks source link

only load `semverSatisfies` from `semver` #268

Closed aminya closed 4 years ago

aminya commented 4 years ago

This reduces the loading time of package-deps by only loading the needed function from semver

This is mentioned in https://github.com/npm/node-semver#usage too.

Tested with atom-ide-datatips, and it works as expected.

steelbrain commented 4 years ago

Thank you for working on this!