update to use more promises

This commit is contained in:
2016-11-03 18:57:42 +01:00
parent a2c6b6a259
commit e1f24823c6
10 changed files with 359 additions and 441 deletions

View File

@ -1,8 +1,10 @@
import 'typings-global'
import * as path from 'path'
import * as smartstring from 'smartstring'
import * as shelljs from 'shelljs'
export {
path,
smartstring
smartstring,
shelljs
}