From b548293144c02a9d0b5e0b4e973d3fe23a05817b Mon Sep 17 00:00:00 2001 From: Majid Date: Thu, 20 Feb 2020 07:15:40 +1100 Subject: [PATCH 1/2] Add @amrayn/mypromise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 170f5d6..4fd142d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [feathers](https://github.com/feathersjs/feathers) - A minimalist real-time JavaScript framework for tomorrow's apps. * [Keo](https://github.com/Wildhoney/Keo) - Functional stateless React components with Shadow DOM support. * [atvjs](https://github.com/emadalam/atvjs) - Blazing fast Apple TV application development using pure JavaScript. +* [@amrayn/mypromise](https://www.npmjs.com/package/@amrayn/mypromise) - Use promise once it is satisfied otherwise wait for the promise. mypromisify all your functions. ## Node-Powered CMS Frameworks From f0e9d70bba3c76c4a255185082e5cb4f07fdec35 Mon Sep 17 00:00:00 2001 From: Majid Date: Fri, 21 Feb 2020 12:02:06 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd142d..6773f80 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [feathers](https://github.com/feathersjs/feathers) - A minimalist real-time JavaScript framework for tomorrow's apps. * [Keo](https://github.com/Wildhoney/Keo) - Functional stateless React components with Shadow DOM support. * [atvjs](https://github.com/emadalam/atvjs) - Blazing fast Apple TV application development using pure JavaScript. -* [@amrayn/mypromise](https://www.npmjs.com/package/@amrayn/mypromise) - Use promise once it is satisfied otherwise wait for the promise. mypromisify all your functions. +* [makefun](https://www.npmjs.com/package/makefun) - Use promise values as they are satisfied otherwise wait for the promise ## Node-Powered CMS Frameworks