From 632a516293476d4156e7a0857af499ba4c89e31a Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 4 Jul 2023 13:42:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d915fd0..7af86e2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bob (The ~~Bundler~~ Butler) +# Bob (The Compiler) Bob is the TypeScript build, bundle and verification tool used by almost all [The Guild](https://the-guild.dev) open source projects. @@ -6,7 +6,7 @@ Bob is the TypeScript build, bundle and verification tool used by almost all Scope: - **Build**: Build ESM and CommonJS compatible npm packages -- **Verify**: Ensure all ESM and CommonJS imports within a npm package are usable +- **Verify**: Ensure all ESM and CommonJS imports within an npm package are usable - **Bundle**: Build a single executable for an application (experimental) ## Requirements From 501f74b6008bdd8c0883d34f18f171c342b10098 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 4 Jul 2023 14:00:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7af86e2a..f82e9813 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Scope: - **Build**: Build ESM and CommonJS compatible npm packages - **Verify**: Ensure all ESM and CommonJS imports within an npm package are usable -- **Bundle**: Build a single executable for an application (experimental) ## Requirements