Compare commits

...

5 Commits

Author SHA1 Message Date
3f0b2b1599 2.1.5 2016-02-07 12:19:50 +01:00
d477e492eb small fix 2016-02-07 12:19:42 +01:00
f39cb03fc2 2.1.4 2016-02-07 01:00:28 +01:00
f42744b927 2.1.3 2016-02-06 19:00:20 +01:00
038994e9e5 updated log output 2016-02-06 19:00:02 +01:00
3 changed files with 1 additions and 3 deletions

View File

@ -125,7 +125,6 @@ var NpmtsCustom;
//do some evaluation of the environment //do some evaluation of the environment
var outputNameSpecified = (!outputPathIsDir var outputNameSpecified = (!outputPathIsDir
&& (plugins.path.extname(config.ts[key]) == ".js")); && (plugins.path.extname(config.ts[key]) == ".js"));
console.log("outputNameSpecified");
var outputName = (function () { var outputName = (function () {
if (outputNameSpecified) { if (outputNameSpecified) {
return plugins.path.basename(config.ts[key]); return plugins.path.basename(config.ts[key]);

View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "2.1.2", "version": "2.1.5",
"description": "write npm modules with TypeScript", "description": "write npm modules with TypeScript",
"main": "index.js", "main": "index.js",
"typings": "./index.d.ts", "typings": "./index.d.ts",

View File

@ -51,7 +51,6 @@ module NpmtsCustom {
!outputPathIsDir !outputPathIsDir
&& (plugins.path.extname(config.ts[key]) == ".js") && (plugins.path.extname(config.ts[key]) == ".js")
); );
console.log("outputNameSpecified");
var outputName = (function(){ var outputName = (function(){
if(outputNameSpecified){ if(outputNameSpecified){
return plugins.path.basename(config.ts[key]) return plugins.path.basename(config.ts[key])