* 📝 docs(README.md): remove emoji from header

Removed the cowboy emoji from the header of the README.md file to improve readability.

* 📝 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.
This commit is contained in:
di-sukharev
2023-03-06 23:19:17 +08:00
parent 7d483f0d7b
commit 5f310970cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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