Compare commits

..

2 Commits

Author SHA1 Message Date
643514c64a 1.0.4 2016-06-22 11:55:26 +02:00
19498f7b11 compile fix 2016-06-22 11:55:23 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -11,6 +11,7 @@ export declare class Smartcli {
addCommand(definitionArg: { addCommand(definitionArg: {
commandName: string; commandName: string;
}): any; }): any;
getCommandPromise(commandNameArg: any): void;
addQuestion(definitionArg: { addQuestion(definitionArg: {
questionString: string; questionString: string;
questionType: string; questionType: string;

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "smartcli", "name": "smartcli",
"version": "1.0.3", "version": "1.0.4",
"description": "nodejs wrapper for CLI related tasks", "description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",