source: trip-planner-front/node_modules/node-gyp-build/optional.js@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 143 bytes
Line 
1#!/usr/bin/env node
2
3/*
4I am only useful as an install script to make node-gyp not compile for purely optional native deps
5*/
6
7process.exit(0)
Note: See TracBrowser for help on using the repository browser.