update dependencies

This commit is contained in:
2016-10-20 22:57:32 +02:00
parent 69742fd6a7
commit 4f93ef3fb2
8 changed files with 112 additions and 82 deletions

View File

@@ -2,15 +2,13 @@ import 'typings-global';
import * as beautylog from 'beautylog';
declare let depcheck: any;
import * as gulp from 'gulp';
declare let g: {
babel: any;
istanbul: any;
gFunction: any;
injectModules: any;
mocha: any;
sourcemaps: any;
typedoc: any;
};
import * as gulpBabel from 'gulp-babel';
import * as gulpIstanbul from 'gulp-istanbul';
import * as gulpFunction from 'gulp-function';
declare let gulpInjectModules: any;
import * as gulpMocha from 'gulp-mocha';
import * as gulpSourcemaps from 'gulp-sourcemaps';
declare let gulpTypedoc: any;
import * as lodash from 'lodash';
import * as npmextra from 'npmextra';
import * as projectinfo from 'projectinfo';
@@ -26,4 +24,4 @@ import * as smartstream from 'smartstream';
import * as smartstring from 'smartstring';
export declare let sourceMapSupport: any;
import * as tsn from 'tsn';
export { beautylog, depcheck, gulp, g, lodash, npmextra, projectinfo, path, shelljs, smartchok, smartcli, smartcov, smartenv, smartfile, smartpath, smartstream, smartstring, tsn };
export { beautylog, depcheck, gulp, gulpBabel, gulpFunction, gulpInjectModules, gulpIstanbul, gulpMocha, gulpSourcemaps, gulpTypedoc, lodash, npmextra, projectinfo, path, shelljs, smartchok, smartcli, smartcov, smartenv, smartfile, smartpath, smartstream, smartstring, tsn };