feature/ts-and-profiles #2
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
import Telme from './telme';
|
||||
import { ArgParser, ERunMode, ISimpleMessageOptions, ITaskOptions, IInitProfileOptions } from './utils';
|
||||
import Config, { IProfileConfig } from './config/config';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-telme",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"bin": {
|
||||
"telme": "dist/telme_cli.js"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue