diff --git a/dub.json b/dub.json index 0c6e2bb..24f4991 100644 --- a/dub.json +++ b/dub.json @@ -3,12 +3,12 @@ "targetType": "none", "sourcePaths": ["dummy"], "dependencies": { - "arsd-official:simpledisplay" "~master", - "arsd-official:dom" "~master", - "arsd-official:cgi" "~master", - "arsd-official:http" "~master", - "arsd-official:script" "~master", - "arsd-official:terminal" "~master" + "arsd-official:simpledisplay":"~master", + "arsd-official:dom":"~master", + "arsd-official:cgi":"~master", + "arsd-official:http":"~master", + "arsd-official:script":"~master", + "arsd-official:terminal":"~master" }, "description": "A container of various subpackages that do lots of different things. Do not use this as a package itself, instead use the subpackages for what you need (or better yet, ditch dub and do things the simple, reliable way of dmd *.d). So make your dependency like \"arsd-official:simpledisplay\" rather than \"arsd-official\".", "license":"BSL-1.0",