Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
2035045aef | |||
de0f8cfb8b | |||
fe7d2f1024 | |||
9f0343b01c | |||
04a02f6b96 |
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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;
|
||||
|
1
index.js
1
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"),
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmts",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.2",
|
||||
"description": "write npm modules with TypeScript",
|
||||
"main": "index.js",
|
||||
"typings": "./index.d.ts",
|
||||
@ -41,5 +41,8 @@
|
||||
"smartfile": "0.0.11",
|
||||
"source-map-support": "^0.4.0",
|
||||
"typings": "^0.6.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-header": "^1.7.1"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ module 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"),
|
||||
|
Reference in New Issue
Block a user