Miscellaneous

Updating dependencies

You can see all the outdated packages with the following command:

npm outdated

If you want to update all your dependencies, run the following command:

bun update

Stuff to edit

In this project, we have a few stuff to edit. Let's see one by one.

FUNDING.yml

FUNDING.yml file is for showing the sponsor button on your repo. It's localted in .github/FUNDING.yml location.

Find more information here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository

LICENSE

Please make sure to edit my name in LICENSE file located at the root directory. Add your name and current year in 3rd line of the file.

SECURITY.md

Please make sure to edit your name and email in SECURITY.md file located at the root directory.

Last updated