mikeseven / node-opencl

Low-level OpenCL 1.x and 2.x bindgings for node.js
156 stars 33 forks source link

Move some things from dependencies to devDependencies #64

Closed trxcllnt closed 4 years ago

trxcllnt commented 6 years ago

As far as I can tell, these dependencies are only needed for development.

When new releases of v8 include breaking changes that don't affect node-opencl, but do affect dependencies like memwatch-next or pngjs2, including those dependencies in the production list breaks the builds of node-opencl consumers until they update. This PR should make us more resilient against these types of changes.