From 81f8310eeea66058d7954be9a52d2fa109d0f35a Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sat, 23 Feb 2019 17:28:47 -0500 Subject: [PATCH] async-to-promises --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7042674..b708554 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## ✨ Features: - **One dependency** to bundle your library using only a `package.json` -- Support for ESnext & async/await _(via [Bublé] & [Nodent](https://github.com/MatAtBread/nodent))_ +- Support for ESnext & async/await _(via [Bublé] & [async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises))_ - Produces tiny, optimized code for all inputs - Supports multiple entry modules _(`cli.js` + `index.js`, etc)_ - Creates multiple output formats for each entry _(CJS, UMD & ESM)_