From 125d05b9280019e6e9273ebd0e6def900cf16260 Mon Sep 17 00:00:00 2001 From: Tom Byrer Date: Fri, 22 Feb 2019 21:36:40 -0600 Subject: [PATCH 1/3] + Nodent link in Readme I'm assuming you meant that Nodent? Thanks for all your good work! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ddb7f1..cc04d92 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])_ +- Support for ESnext & async/await _(via [Bublé] & [Nodent](https://github.com/MatAtBread/nodent))_ - 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)_ From 81f8310eeea66058d7954be9a52d2fa109d0f35a Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sat, 23 Feb 2019 17:28:47 -0500 Subject: [PATCH 2/3] 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)_ From 399ab19c6a2f1686ef17c4e1b8d265531844274b Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Mon, 25 Feb 2019 13:21:23 -0500 Subject: [PATCH 3/3] move link to bottom --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b708554..5a5f98d 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é] & [async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises))_ +- Support for ESnext & async/await _(via [Bublé] & [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)_ @@ -125,3 +125,4 @@ Here's what's coming up for Microbundle: [rollup]: https://github.com/rollup/rollup [bublé]: https://github.com/Rich-Harris/buble +[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises