We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08acfad commit a87a041Copy full SHA for a87a041
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "p-lazy",
3
- "version": "4.0.0",
+ "version": "5.0.0",
4
"description": "Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called",
5
"license": "MIT",
6
"repository": "sindresorhus/p-lazy",
0 commit comments