From 3f62e7ac80849d683ebaf6a4adc6fe54eb90ea5a Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 17 Oct 2019 11:11:36 -0400 Subject: [PATCH] issue 224 --- dub.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dub.json b/dub.json index 483d0a6..5b4b9e3 100644 --- a/dub.json +++ b/dub.json @@ -190,6 +190,8 @@ "name": "jsvar", "description": "Javascript-like object in D, capable of json read/write/manipulation.", "targetType": "sourceLibrary", + "importPaths": ["."], + "dflags": ["-mv=arsd.jsvar=jsvar.d"], "sourceFiles": ["jsvar.d"] }, { @@ -197,6 +199,8 @@ "description": "Small Javascript-like script interpreter with easy D API", "targetType": "sourceLibrary", "dependencies": {"arsd-official:jsvar":"*"}, + "importPaths": ["."], + "dflags": ["-mv=arsd.script=script.d"], "sourceFiles": ["script.d"] }, {