Compare commits

...

2 Commits

Author SHA1 Message Date
41592a4d2f 2.0.1 2016-05-23 05:17:07 +02:00
23367249ec update REAMDE 2016-05-23 05:17:02 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ do your loading stuff
early.stop(); // stop "early" when your module is ready early.stop(); // stop "early" when your module is ready
``` ```
early runs in its own process: The loader animation runs smoothly even when your event queue of your currently loading moudle is working heavily. early runs in its own process: The loader animation runs smoothly even when your event queue of your currently loading module is working heavily.

View File

@ -1,6 +1,6 @@
{ {
"name": "early", "name": "early",
"version": "2.0.0", "version": "2.0.1",
"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",