From bad3e10feaa239c9a86b775271b20c3cb4e48235 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sat, 20 Jan 2024 15:27:01 -0800 Subject: [PATCH] Updated package.json (and made an excuse to make a branch) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f12368..aa41386 100644 --- a/package.json +++ b/package.json @@ -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": { "prettier": "3.2.4" }