From bb28d349703bb87313403d9225fb1bd659cbd69c Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Wed, 22 May 2024 19:59:53 -0500 Subject: [PATCH] updating node version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b03565..3011d67 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "version": "1.0.0", "workspaces": [ "api", - "client", + "app", "tests" ], "scripts": { "format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"", - "lint": "npm run lint -w api && npm run lint -w client", + "lint": "npm run lint -w api && npm run lint -w app", "prepare": "husky" }, "devDependencies": {