Compare commits

...

2 Commits

Author SHA1 Message Date
200f44a792 5.5.10 2016-11-25 13:42:53 +01:00
312dc4bd7f remove unnecessary logging 2016-11-25 13:42:46 +01:00
2 changed files with 1 additions and 2 deletions

1
dist/mod02/index.js vendored
View File

@ -26,7 +26,6 @@ let mocha = function (configArg) {
plugins.gulpSourcemaps.write(), plugins.gulpSourcemaps.write(),
plugins.gulpInjectModules(), plugins.gulpInjectModules(),
plugins.through2.obj((file, enc, cb) => { plugins.through2.obj((file, enc, cb) => {
console.log(file);
cb(); cb();
}, (cb) => { }, (cb) => {
cb(); cb();

View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "5.5.9", "version": "5.5.10",
"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": {