favware / skip-dependency

Skip pesky NodeJS dependencies with ease
MIT License
20 stars 5 forks source link

fix: allow any engine #10

Closed kj800x closed 2 years ago

kj800x commented 2 years ago

I ran into a problem today where I was trying to use this in my yarn resolutions to skip a dependency but since our team is still using node 12 for legacy reasons, we were unable to install it. Since there is no executable code in this package, there is no need to limit it to only node versions >=v14. This PR removes the entire "engines" block of the package.json.

favna commented 2 years ago

Released in v1.2.0