From 38337986416e62196bec7f09baaf8c98bcc3a19c Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Tue, 26 Jan 2016 18:57:11 +0100 Subject: [PATCH] add rfpify --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 87d556a..51f5154 100644 --- a/readme.md +++ b/readme.md @@ -305,6 +305,7 @@ - [Bluebird](https://github.com/petkaantonov/bluebird) - A fully featured promise library with focus on innovative features and performance. - [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - Promise ponyfill. - [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function. + - [rfpify](https://github.com/samverschueren/rfpify) - Promisify a result-first callback-style function. - Callbacks - [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.