Compare commits

..

2 Commits

Author SHA1 Message Date
7655ba749a 2.0.33 2016-09-19 00:44:12 +02:00
0a089b6f10 removed unnecessary import 2016-09-19 00:43:58 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "early",
"version": "2.0.32",
"version": "2.0.33",
"description": "nice module loading animation for modules that need a little starting time.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

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()