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"),