From ceecf899fb94a0a14851ec152ef8a524cdeed0ea Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Wed, 10 Mar 2021 18:35:49 +0100 Subject: [PATCH] Remove trailing comma --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 3d0bb41..e654948 100644 --- a/dub.json +++ b/dub.json @@ -10,5 +10,5 @@ "description": "A blog based on Markdown and JSON", "license": "AGPLv3", "name": "mijnblog", - "stringImportPaths": ["views", "translations"], + "stringImportPaths": ["views", "translations"] }