removed unnecessary import

This commit is contained in:
Philipp Kunz 2016-09-19 00:43:58 +02:00
parent 29bf694db6
commit 0a089b6f10

View File

@ -1,9 +1,7 @@
import 'typings-global'
import path = require('path')
import chalk = require('chalk')
import q = require('q')
let doText: boolean = false
let moduleName: string = 'undefined module name'
let startTime = Date.now()