update dependencies

This commit is contained in:
2016-06-04 01:14:25 +02:00
parent 75219a5474
commit 36e02502d0
12 changed files with 25 additions and 24 deletions

View File

@ -1,4 +1,4 @@
/// <reference path="typings/main.d.ts" />
import "typings-global";
export let Q = require("q");
export let through2 = require("through2");

View File

@ -1,4 +1,4 @@
/// <reference path="typings/main.d.ts" />
import "typings-global";
import plugins = require("./gulpfunction.plugins");

View File

@ -1,7 +0,0 @@
{
"ambientDependencies": {
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts",
"mocha": "github:Bartvds/tsd-deftools/typings/DefinitelyTyped/mocha/mocha.d.ts",
"colors": "github:DefinitelyTyped/DefinitelyTyped/colors/colors.d.ts"
}
}