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