From 324f12031267a3e548941ef6a369ff7595b6ce11 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 23 Dec 2023 21:33:06 -0600 Subject: [PATCH] remove trailaing comma in package file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a66f1c..fbf7faf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "rm -rf graph-data.json && next dev ", "build": "rm -rf graph-data.json && next build", - "start": "next start", + "start": "next start" }, "dependencies": { "@emotion/cache": "latest",