From 4c1a38525bc8e44ac1efeb8556eb521c5ef738cc Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 12 Mar 2016 09:11:53 -0500 Subject: [PATCH] capitalization errors --- dub.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dub.json b/dub.json index 24f49916..2414149e 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "arsd-official", "targetType": "none", - "sourcePaths": ["dummy"], + "sourcePaths": ["."], "dependencies": { "arsd-official:simpledisplay":"~master", "arsd-official:dom":"~master", @@ -40,22 +40,22 @@ { "name": "cgi", "description": "web server library with cgi, fastcgi, scgi, and embedded http server support", - "targettype": "sourcelibrary", - "sourcefiles": ["cgi.d"] + "targetType": "sourceLibrary", + "sourceFiles": ["cgi.d"] }, { "name": "http", "description": "HTTP client library", "libs-posix": ["crypto", "ssl"], "versions-posix": ["with_openssl"], - "targettype": "sourcelibrary", - "sourcefiles": ["http2.d"] + "targetType": "sourceLibrary", + "sourceFiles": ["http2.d"] }, { "name": "script", "description": "Small Javascript-like script interpreter with easy D API", - "targettype": "sourcelibrary", - "sourcefiles": ["script.d", "jsvar.d"] + "targetType": "sourceLibrary", + "sourceFiles": ["script.d", "jsvar.d"] }, { "name": "terminal",