update plugins
This commit is contained in:
parent
6b40cfd954
commit
359e844c69
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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;
|
||||
|
1
index.js
1
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"),
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user