Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
1892bd6df1 | |||
20bdf70686 | |||
7787330d63 | |||
67c3efdd59 |
@ -1,5 +1,5 @@
|
||||
# early
|
||||
minimal and fast loading plugins for startup time measuring
|
||||
minimal and fast loading plugin for startup time measuring
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/early)
|
||||
@ -30,3 +30,5 @@ early.stop().then((loadingTime:number) => { // loadingTime in milliseconds
|
||||
|
||||
}); // stop "early" when your module is ready
|
||||
```
|
||||
|
||||
[](https://push.rocks)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "early",
|
||||
"version": "2.0.33",
|
||||
"description": "nice module loading animation for modules that need a little starting time.",
|
||||
"version": "2.0.35",
|
||||
"description": "minimal and fast loading plugin for startup time measuring",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user