source:
trip-planner-front/node_modules/node-gyp-build/optional.js@
76712b2
Last change on this file since 76712b2 was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 143 bytes |
Line | |
---|---|
1 | #!/usr/bin/env node |
2 | |
3 | /* |
4 | I am only useful as an install script to make node-gyp not compile for purely optional native deps |
5 | */ |
6 | |
7 | process.exit(0) |
Note:
See TracBrowser
for help on using the repository browser.