importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit baea7b0cfb7ad786fe3a9f8c14d9096449f2cbc0
parent bfef09fa451dee524bbfb98f579ec2f801063376
Author: Friedel Schön <[email protected]>
Date:   Fri, 22 Dec 2023 20:50:38 +0100

updating dub-files

Diffstat:
Mdub.sdl | 9+++++----
Mdub.selections.json | 5+++--
2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dub.sdl b/dub.sdl @@ -1,10 +1,11 @@ name "importsort-d" description "sort imports of a .d-file" -authors "Friedel Schoen" -copyright "Copyright © 2022, Friedel Schoen" +authors "Friedel Schön" +copyright "Copyright © 2023, Friedel Schön" license "zlib" -dependency "argparse" version="~>1.3.0" -dflags "-J$PACKAGE_DIR/assets" + targetType "executable" targetPath "bin" targetName "importsort-d" + +dependency "argparse" version="~>1.3.0" diff --git a/dub.selections.json b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "argparse": "1.3.0+commit.17.g85d259e" + "argparse": "1.3.0" } -} +} +\ No newline at end of file