From 94e6acc59f31cec1e66a913d119bc16717a5c279 Mon Sep 17 00:00:00 2001 From: aevans1987 Date: Thu, 13 Jun 2024 12:54:43 -0400 Subject: [PATCH] Update package.json Fixing author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f43727..4e27809 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./server/index.js" }, - "author": "Andrew Evans", + "author": "Eric Lewin", "license": "MIT", "dependencies": { "axios": "^0.19.2",