From 9f0343b01c5b668384bc2d175b0016fe492066ca Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 19 Feb 2016 01:29:45 +0100 Subject: [PATCH] add new test files --- index.d.ts | 2 -- index.js | 1 - 2 files changed, 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index ed79d17..a739639 100644 --- a/index.d.ts +++ b/index.d.ts @@ -6,7 +6,6 @@ declare module NpmtsPlugins { gulp: any; g: { coveralls: any; - header: any; istanbul: any; mocha: any; sourcemaps: any; @@ -45,7 +44,6 @@ declare var plugins: { gulp: any; g: { coveralls: any; - header: any; istanbul: any; mocha: any; sourcemaps: any; diff --git a/index.js b/index.js index b729291..ccf82ce 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ var NpmtsPlugins; gulp: require("gulp"), g: { coveralls: require("gulp-coveralls"), - header: require("gulp-header"), istanbul: require("gulp-istanbul"), mocha: require("gulp-mocha"), sourcemaps: require("gulp-sourcemaps"),