From 9cbc0203052829696945902205dddc39cb4228d9 Mon Sep 17 00:00:00 2001 From: Matt Hinchliffe Date: Sat, 9 May 2020 11:12:05 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20Bubl=C3=A9=20references=20in=20readme?= =?UTF-8?q?=20with=20Babel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed because this project no longer utilises Bublé, it was replaced with Babel in https://github.com/developit/microbundle/pull/362. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8756be18..fb838302 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])_ +- Support for ESnext & async/await _(via [Babel] & [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)_ @@ -213,5 +213,5 @@ Here's what's coming up for Microbundle: [MIT](https://oss.ninja/mit/developit/) [rollup]: https://github.com/rollup/rollup -[bublé]: https://github.com/Rich-Harris/buble +[Babel]: https://babeljs.io/ [async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises