Compare commits

...

2 Commits

Author SHA1 Message Date
57aa38af89 5.5.7 2016-11-25 00:52:25 +01:00
12cf37f01f update messages for better feedback 2016-11-25 00:52:17 +01:00
3 changed files with 3 additions and 1 deletions

1
dist/mod02/index.js vendored
View File

@ -42,6 +42,7 @@ let mocha = function (configArg) {
]);
babelCoverageSmartstream.run()
.then(() => {
plugins.beautylog.info('transpiled code to ES5 for use in mocha');
return localSmartstream.run()
.then(() => { done.resolve(configArg); }, (err) => {
plugins.beautylog.error('Tests failed!');

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "5.5.6",
"version": "5.5.7",
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
"main": "dist/index.js",
"bin": {

View File

@ -48,6 +48,7 @@ let mocha = function (configArg: INpmtsConfig) {
babelCoverageSmartstream.run()
.then(
() => {
plugins.beautylog.info('transpiled code to ES5 for use in mocha')
return localSmartstream.run()
.then(() => { done.resolve(configArg) }, (err) => {
plugins.beautylog.error('Tests failed!')