From 359e844c6905eadfb3cf5c5b0d5edc6862cb2598 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 25 Jan 2016 21:20:17 +0100 Subject: [PATCH] update plugins --- index.d.ts | 2 -- index.js | 1 - ts/npmts.plugins.ts | 1 - 3 files changed, 4 deletions(-) diff --git a/index.d.ts b/index.d.ts index 440f313..3456ecf 100644 --- a/index.d.ts +++ b/index.d.ts @@ -4,7 +4,6 @@ declare module NpmtsPlugins { beautylog: any; gulp: any; g: { - if: any; insert: any; sequence: any; tsd: any; @@ -25,7 +24,6 @@ declare var plugins: { beautylog: any; gulp: any; g: { - if: any; insert: any; sequence: any; tsd: any; diff --git a/index.js b/index.js index 3fa4270..489271f 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,6 @@ var NpmtsPlugins; beautylog: require("beautylog"), gulp: require("gulp"), g: { - if: require("gulp-if"), insert: require("gulp-insert"), sequence: require("gulp-sequence"), tsd: require("gulp-tsd"), diff --git a/ts/npmts.plugins.ts b/ts/npmts.plugins.ts index be19d40..2ee6713 100644 --- a/ts/npmts.plugins.ts +++ b/ts/npmts.plugins.ts @@ -5,7 +5,6 @@ module NpmtsPlugins { beautylog: require("beautylog"), gulp: require("gulp"), g: { - if: require("gulp-if"), insert: require("gulp-insert"), sequence: require("gulp-sequence"), tsd: require("gulp-tsd"),