From 817d808a5b14f0008493fa53b3ef10ebc4375080 Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Wed, 26 Apr 2023 22:38:03 +0200 Subject: [PATCH] Update package.json fix ill-formed json in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cac8ce1..ad3e0cd 100755 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "customUserAttributes": [ "your-custom-attribute" - ], + ] }, "author": "u/garronej", "license": "MIT",