From 4e50daab94f20180482a01acd793163f90306865 Mon Sep 17 00:00:00 2001 From: Ben-Foxman Date: Sun, 13 Oct 2024 19:32:29 -0400 Subject: [PATCH] update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b6a5b2ab..a96829b1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "test": "jest" // Added test script + "test": "jest" }, "dependencies": { "@hello-pangea/dnd": "^17.0.0", @@ -15,7 +15,7 @@ "next": "14.2.14", "react": "^18", "react-dom": "^18", - "mathjs": "^13.2.0", // Added mathjs dependency - "test": "^3.3.0" // Added test dependency + "mathjs": "^13.2.0", + "test": "^3.3.0" } -} +} \ No newline at end of file