feature/ts-and-profiles #2

Merged
sagi merged 4 commits from feature/ts-and-profiles into master 2020-03-23 02:10:17 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit eb976926f6 - Show all commits

View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
import Telme from './telme'; import Telme from './telme';
import { ArgParser, ERunMode, ISimpleMessageOptions, ITaskOptions, IInitProfileOptions } from './utils'; import { ArgParser, ERunMode, ISimpleMessageOptions, ITaskOptions, IInitProfileOptions } from './utils';
import Config, { IProfileConfig } from './config/config'; import Config, { IProfileConfig } from './config/config';

View file

@ -1,6 +1,6 @@
{ {
"name": "node-telme", "name": "node-telme",
"version": "0.1.0", "version": "0.1.1",
"bin": { "bin": {
"telme": "dist/telme_cli.js" "telme": "dist/telme_cli.js"
}, },