Compare commits

...

2 Commits

Author SHA1 Message Date
6bb20dbc7b 1.0.10 2016-05-23 04:58:02 +02:00
66a7fc2afe small log fix 2016-05-23 04:57:41 +02:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -38,7 +38,6 @@ let logEarly = () => {
};
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
console.log(moduleNameArg);
moduleName = moduleNameArg;
loaderLength = parseInt(loaderLengthArg);
if (!process.env.CI){