Compare commits

...

3 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
2 changed files with 1 additions and 2 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.3", "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",