update to support latest deps

This commit is contained in:
2017-02-19 03:29:54 +01:00
parent 930d90345a
commit f66864d0af
16 changed files with 370 additions and 154 deletions

View File

@@ -1,3 +1,8 @@
import 'typings-global'
export var home = require('home')
export import path = require('path')
let home = require('home')
import * as path from 'path'
export {
home,
path
}