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
In this project, we have a few stuff to edit. Let's see one by one.
FUNDING.yml file is for showing the sponsor button on your repo. It's localted in .github/FUNDING.yml location.
FUNDING.yml
.github/FUNDING.yml
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-repositoryarrow-up-right
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.
LICENSE
Please make sure to edit your name and email in SECURITY.md file located at the root directory.
SECURITY.md
Last updated 2 years ago