Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3f0b2b1599 | |||
d477e492eb | |||
f39cb03fc2 |
1
index.js
1
index.js
@ -125,7 +125,6 @@ var NpmtsCustom;
|
||||
//do some evaluation of the environment
|
||||
var outputNameSpecified = (!outputPathIsDir
|
||||
&& (plugins.path.extname(config.ts[key]) == ".js"));
|
||||
console.log("outputNameSpecified");
|
||||
var outputName = (function () {
|
||||
if (outputNameSpecified) {
|
||||
return plugins.path.basename(config.ts[key]);
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmts",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.5",
|
||||
"description": "write npm modules with TypeScript",
|
||||
"main": "index.js",
|
||||
"typings": "./index.d.ts",
|
||||
|
Reference in New Issue
Block a user