npmci/ts/npmci.plugins.ts

6 lines
235 B
TypeScript
Raw Permalink Normal View History

2016-05-29 22:54:59 +02:00
import "typings-global";
export import beautylog = require("beautylog");
export let commander = require("commander");
2016-05-30 02:28:47 +02:00
export let q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");