update to use more promises
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user