UNPKG

252 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const join = require('path').join;
4
5/* The TypeScript compiler does not support she-bangs,
6 * so we need this stupid workaround 🙄
7 */
8require(join(__dirname, 'bin/cli.js'));
9require(join(__dirname, 'bin/update-notifier.js'));