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;
|
beautylog: any;
|
||||||
gulp: any;
|
gulp: any;
|
||||||
g: {
|
g: {
|
||||||
if: any;
|
|
||||||
insert: any;
|
insert: any;
|
||||||
sequence: any;
|
sequence: any;
|
||||||
tsd: any;
|
tsd: any;
|
||||||
@ -25,7 +24,6 @@ declare var plugins: {
|
|||||||
beautylog: any;
|
beautylog: any;
|
||||||
gulp: any;
|
gulp: any;
|
||||||
g: {
|
g: {
|
||||||
if: any;
|
|
||||||
insert: any;
|
insert: any;
|
||||||
sequence: any;
|
sequence: any;
|
||||||
tsd: any;
|
tsd: any;
|
||||||
|
1
index.js
1
index.js
@ -8,7 +8,6 @@ var NpmtsPlugins;
|
|||||||
beautylog: require("beautylog"),
|
beautylog: require("beautylog"),
|
||||||
gulp: require("gulp"),
|
gulp: require("gulp"),
|
||||||
g: {
|
g: {
|
||||||
if: require("gulp-if"),
|
|
||||||
insert: require("gulp-insert"),
|
insert: require("gulp-insert"),
|
||||||
sequence: require("gulp-sequence"),
|
sequence: require("gulp-sequence"),
|
||||||
tsd: require("gulp-tsd"),
|
tsd: require("gulp-tsd"),
|
||||||
|
@ -5,7 +5,6 @@ module NpmtsPlugins {
|
|||||||
beautylog: require("beautylog"),
|
beautylog: require("beautylog"),
|
||||||
gulp: require("gulp"),
|
gulp: require("gulp"),
|
||||||
g: {
|
g: {
|
||||||
if: require("gulp-if"),
|
|
||||||
insert: require("gulp-insert"),
|
insert: require("gulp-insert"),
|
||||||
sequence: require("gulp-sequence"),
|
sequence: require("gulp-sequence"),
|
||||||
tsd: require("gulp-tsd"),
|
tsd: require("gulp-tsd"),
|
||||||
|
Loading…
Reference in New Issue
Block a user