From 5f310970cc0b28f3d18b427ceb6c6bb4696797fe Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Mon, 6 Mar 2023 23:19:17 +0800 Subject: [PATCH] =?UTF-8?q?*=20=F0=9F=93=9D=20docs(README.md):=20remove=20?= =?UTF-8?q?emoji=20from=20header=20Removed=20the=20cowboy=20emoji=20from?= =?UTF-8?q?=20the=20header=20of=20the=20README.md=20file=20to=20improve=20?= =?UTF-8?q?readability.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 chore(TODO.md): reorder TODO list Reordered the TODO list in the TODO.md file to prioritize the task of making the bundle smaller by properly configuring esbuild. --- README.md | 2 +- TODO.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56c13f5..40ac2d5 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ To remove emoji: opencommit config set emoji=false ``` -### Postface commits with descriptions of changes 🤠 +### Postface commits with descriptions of changes To add descriptions: diff --git a/TODO.md b/TODO.md index 75c109b..eee5dca 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # TODOs -- [] [build for both mjs and cjs](https://snyk.io/blog/best-practices-create-modern-npm-package/) - [] make bundle smaller by properly configuring esbuild +- [] [build for both mjs and cjs](https://snyk.io/blog/best-practices-create-modern-npm-package/) - [] do // TODOs in the code - [] batch small files in one request - [] add tests