UNPKG

161 BJavaScriptView Raw
1#!/usr/bin/env node
2
3/**
4 * Setup project
5 */
6"use strict";
7
8var apeInstalling = require('ape-installing');
9apeInstalling.unlessGlobal('istanbul', {exit: true});
\No newline at end of file