Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7655ba749a | |||
0a089b6f10 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "early",
|
"name": "early",
|
||||||
"version": "2.0.32",
|
"version": "2.0.33",
|
||||||
"description": "nice module loading animation for modules that need a little starting time.",
|
"description": "nice module loading animation for modules that need a little starting time.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
import 'typings-global'
|
import 'typings-global'
|
||||||
import path = require('path')
|
|
||||||
import chalk = require('chalk')
|
import chalk = require('chalk')
|
||||||
import q = require('q')
|
import q = require('q')
|
||||||
|
|
||||||
|
|
||||||
let doText: boolean = false
|
let doText: boolean = false
|
||||||
let moduleName: string = 'undefined module name'
|
let moduleName: string = 'undefined module name'
|
||||||
let startTime = Date.now()
|
let startTime = Date.now()
|
||||||
|
Reference in New Issue
Block a user