From c96d709771c00a93cefb51f347f7831817afd8b0 Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:48:40 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7e65b60..0972662a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "mocha ./utils -b -t 50000 --recursive", "typecheck": "tsc", "lint": "eslint \"services/gunDB/**/*.js\"", - "format": "prettier --write \"./**/*.js\""," + "format": "prettier --write \"./**/*.js\"", }, "author": "", "license": "ISC",