Skip to content

Commit

Permalink
capitalization errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Mar 12, 2016
1 parent 4f1ad1c commit 4c1a385
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dub.json
@@ -1,7 +1,7 @@
{
"name": "arsd-official",
"targetType": "none",
"sourcePaths": ["dummy"],
"sourcePaths": ["."],
"dependencies": {
"arsd-official:simpledisplay":"~master",
"arsd-official:dom":"~master",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4c1a385

Please sign in to comment.