Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f83eb035c2 | |||
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"),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
|
@ -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"),
|
||||||
|
Reference in New Issue
Block a user