Spaces:
Running
Running
File size: 143 Bytes
d4b85c0 |
1 2 3 4 5 6 7 8 |
#!/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)
|