Spaces:
Sleeping
Sleeping
File size: 143 Bytes
f9f0fec |
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)
|