Some checks failed
Lint / pre-commit Linting (push) Failing after 42s
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
#!/usr/bin/env node
|
|
|
|
/*
|
|
I am only useful as an install script to make node-gyp not compile for purely optional native deps
|
|
*/
|
|
|
|
process.exit(0)
|