Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6bb20dbc7b | |||
66a7fc2afe |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "early",
|
"name": "early",
|
||||||
"version": "1.0.9",
|
"version": "1.0.10",
|
||||||
"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",
|
||||||
|
@ -38,7 +38,6 @@ let logEarly = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
|
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
|
||||||
console.log(moduleNameArg);
|
|
||||||
moduleName = moduleNameArg;
|
moduleName = moduleNameArg;
|
||||||
loaderLength = parseInt(loaderLengthArg);
|
loaderLength = parseInt(loaderLengthArg);
|
||||||
if (!process.env.CI){
|
if (!process.env.CI){
|
||||||
|
Reference in New Issue
Block a user