Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
4602e7e3c9 | |||
1dbb5f6f36 | |||
1023bf9f3c | |||
78bebcda25 | |||
74deee70a3 | |||
019864a484 |
3
dist/mod00/mod00.plugins.d.ts
vendored
3
dist/mod00/mod00.plugins.d.ts
vendored
@ -1,6 +1,5 @@
|
|||||||
export * from '../npmts.plugins';
|
export * from '../npmts.plugins';
|
||||||
import * as tsn from 'tsn';
|
import * as tsn from 'tsn';
|
||||||
import * as shelljs from 'shelljs';
|
|
||||||
import * as smartchok from 'smartchok';
|
import * as smartchok from 'smartchok';
|
||||||
import * as smartstream from 'smartstream';
|
import * as smartstream from 'smartstream';
|
||||||
export { tsn, shelljs, smartchok, smartstream };
|
export { tsn, smartchok, smartstream };
|
||||||
|
2
dist/mod00/mod00.plugins.js
vendored
2
dist/mod00/mod00.plugins.js
vendored
@ -5,8 +5,6 @@ function __export(m) {
|
|||||||
__export(require("../npmts.plugins"));
|
__export(require("../npmts.plugins"));
|
||||||
const tsn = require("tsn");
|
const tsn = require("tsn");
|
||||||
exports.tsn = tsn;
|
exports.tsn = tsn;
|
||||||
const shelljs = require("shelljs");
|
|
||||||
exports.shelljs = shelljs;
|
|
||||||
const smartchok = require("smartchok");
|
const smartchok = require("smartchok");
|
||||||
exports.smartchok = smartchok;
|
exports.smartchok = smartchok;
|
||||||
const smartstream = require("smartstream");
|
const smartstream = require("smartstream");
|
||||||
|
4
dist/mod02/index.js
vendored
4
dist/mod02/index.js
vendored
@ -29,7 +29,7 @@ let mocha = function (configArg) {
|
|||||||
target: 'ES5',
|
target: 'ES5',
|
||||||
emitDecoratorMetadata: true,
|
emitDecoratorMetadata: true,
|
||||||
experimentalDecorators: true,
|
experimentalDecorators: true,
|
||||||
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
|
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
|
||||||
}),
|
}),
|
||||||
plugins.gulpIstanbul({}),
|
plugins.gulpIstanbul({}),
|
||||||
plugins.gulpSourcemaps.write(),
|
plugins.gulpSourcemaps.write(),
|
||||||
@ -49,7 +49,7 @@ let mocha = function (configArg) {
|
|||||||
target: 'ES5',
|
target: 'ES5',
|
||||||
emitDecoratorMetadata: true,
|
emitDecoratorMetadata: true,
|
||||||
experimentalDecorators: true,
|
experimentalDecorators: true,
|
||||||
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
|
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
|
||||||
}),
|
}),
|
||||||
plugins.gulpInjectModules(),
|
plugins.gulpInjectModules(),
|
||||||
plugins.gulpMocha(),
|
plugins.gulpMocha(),
|
||||||
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "6.1.3",
|
"version": "6.1.6",
|
||||||
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -39,9 +39,8 @@
|
|||||||
"@types/gulp-mocha": "0.0.29",
|
"@types/gulp-mocha": "0.0.29",
|
||||||
"@types/gulp-sourcemaps": "0.0.29",
|
"@types/gulp-sourcemaps": "0.0.29",
|
||||||
"@types/minimatch": "^2.0.29",
|
"@types/minimatch": "^2.0.29",
|
||||||
"@types/shelljs": "^0.3.33",
|
|
||||||
"@types/through2": "^2.0.32",
|
"@types/through2": "^2.0.32",
|
||||||
"beautylog": "6.0.0",
|
"beautylog": "6.0.4",
|
||||||
"depcheck": "^0.6.7",
|
"depcheck": "^0.6.7",
|
||||||
"early": "^2.0.35",
|
"early": "^2.0.35",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
@ -54,20 +53,19 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"npmextra": "^2.0.3",
|
"npmextra": "^2.0.3",
|
||||||
"projectinfo": "3.0.1",
|
"projectinfo": "3.0.1",
|
||||||
"shelljs": "^0.7.6",
|
|
||||||
"smartchok": "^1.0.4",
|
"smartchok": "^1.0.4",
|
||||||
"smartcli": "2.0.1",
|
"smartcli": "2.0.1",
|
||||||
"smartcov": "1.0.0",
|
"smartcov": "1.0.0",
|
||||||
"smartenv": "2.0.0",
|
"smartenv": "2.0.0",
|
||||||
"smartfile": "4.1.2",
|
"smartfile": "4.1.4",
|
||||||
"smartpath": "3.2.7",
|
"smartpath": "3.2.7",
|
||||||
"smartq": "^1.0.2",
|
"smartq": "^1.0.4",
|
||||||
"smartstream": "^1.0.5",
|
"smartstream": "^1.0.5",
|
||||||
"smartstring": "^2.0.22",
|
"smartstring": "^2.0.22",
|
||||||
"smartsystem": "^1.0.12",
|
"smartsystem": "^1.0.12",
|
||||||
"source-map-support": "^0.4.8",
|
"source-map-support": "^0.4.10",
|
||||||
"through2": "^2.0.3",
|
"through2": "^2.0.3",
|
||||||
"tsn": "^2.0.14",
|
"tsn": "^2.0.15",
|
||||||
"typescript": "next",
|
"typescript": "next",
|
||||||
"typings-global": "^1.0.14"
|
"typings-global": "^1.0.14"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
export * from '../npmts.plugins'
|
export * from '../npmts.plugins'
|
||||||
|
|
||||||
import * as tsn from 'tsn'
|
import * as tsn from 'tsn'
|
||||||
import * as shelljs from 'shelljs'
|
|
||||||
import * as smartchok from 'smartchok'
|
import * as smartchok from 'smartchok'
|
||||||
import * as smartstream from 'smartstream'
|
import * as smartstream from 'smartstream'
|
||||||
|
|
||||||
export {
|
export {
|
||||||
tsn,
|
tsn,
|
||||||
shelljs,
|
|
||||||
smartchok,
|
smartchok,
|
||||||
smartstream
|
smartstream
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ let mocha = function (configArg: INpmtsConfig) {
|
|||||||
target: 'ES5',
|
target: 'ES5',
|
||||||
emitDecoratorMetadata: true,
|
emitDecoratorMetadata: true,
|
||||||
experimentalDecorators: true,
|
experimentalDecorators: true,
|
||||||
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
|
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
|
||||||
}),
|
}),
|
||||||
plugins.gulpIstanbul({
|
plugins.gulpIstanbul({
|
||||||
}),
|
}),
|
||||||
@ -50,7 +50,7 @@ let mocha = function (configArg: INpmtsConfig) {
|
|||||||
target: 'ES5',
|
target: 'ES5',
|
||||||
emitDecoratorMetadata: true,
|
emitDecoratorMetadata: true,
|
||||||
experimentalDecorators: true,
|
experimentalDecorators: true,
|
||||||
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
|
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
|
||||||
}),
|
}),
|
||||||
plugins.gulpInjectModules(),
|
plugins.gulpInjectModules(),
|
||||||
plugins.gulpMocha(),
|
plugins.gulpMocha(),
|
||||||
|
Reference in New Issue
Block a user