commit baea7b0cfb7ad786fe3a9f8c14d9096449f2cbc0
parent bfef09fa451dee524bbfb98f579ec2f801063376
Author: Friedel Schön <[email protected]>
Date:   Fri, 22 Dec 2023 20:50:38 +0100
updating dub-files
Diffstat:
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"l
+authors "Friedel Schön"c
+copyright "Copyright © 2023, Friedel Schön"li
 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