parcel-bundler / watcher

👀 A native C++ Node module for querying and subscribing to filesystem events
MIT License
660 stars 45 forks source link

node-addon-api should be a dev dependency? #167

Open lydell opened 7 months ago

lydell commented 7 months ago

Since all the binaries are prebuilt and binding.gyp isn’t part of the npm package, should node-addon-api be moved to be a dev dependency? binding.gyp is the only place that require('node-addon-api'), right? So it shouldn’t be needed other than as a dev dependency for builds?

mischnic commented 7 months ago

Yes, that it true.