Closed cookiengineer closed 5 years ago
In the package.json file cmake-js is a dependency, but grepping the codebase reveals that cmake is not used anywhere and all build related commands use node-gyp.
cmake-js
cmake
node-gyp
Why is cmake.js a dependency? Couldn't it be removed?
probably accidentally added it while experimenting with build systems early in this libs developments. it can be removed.
see the readme though, i dont really have the focus to work on this lib anymore :(
In the package.json file
cmake-js
is a dependency, but grepping the codebase reveals thatcmake
is not used anywhere and all build related commands usenode-gyp
.Why is cmake.js a dependency? Couldn't it be removed?