From 59feae3ff41c0dfdaf1836c3ab9cc00a34f0d28f Mon Sep 17 00:00:00 2001 From: Cameron Ross Date: Sun, 8 Apr 2018 03:15:11 -0300 Subject: [PATCH] make dub.json more standard-compliant --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 737f713..2431997 100644 --- a/dub.json +++ b/dub.json @@ -13,6 +13,6 @@ { "debug": { "buildOptions": ["debugMode"] }, "release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] }, - "profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }, - }, + "profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] } + } }