UNPKG

172 BPlain TextView Raw
1#!/usr/bin/env node
2/* tslint:disable */
3import chalk from "chalk";
4
5console.error(chalk.cyan("You probably meant to type buidler. We got you."));
6
7require("./bootstrap");