Updated package.json (and made an excuse to make a branch)

This commit is contained in:
Kieran Eglin 2024-01-20 15:27:01 -08:00
parent fee39151a8
commit bad3e10fea
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -1,5 +1,5 @@
{ {
"description": "Prettier is used for linting of all files so this package has to live in the root of the project. Use the other package.json files for dependencies.", "description": "Prettier is used for linting of all files so this package has to live in the root of the project. Use the other package.json files for dependencies. Also, look into making this global or something to remove the need for this file.",
"devDependencies": { "devDependencies": {
"prettier": "3.2.4" "prettier": "3.2.4"
} }