Compare commits

...

2 Commits

Author SHA1 Message Date
f42744b927 2.1.3 2016-02-06 19:00:20 +01:00
038994e9e5 updated log output 2016-02-06 19:00:02 +01:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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