Skip to content

Commit

Permalink
Remove trailing commas from dub.json. Fixes #1172.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jul 7, 2015
1 parent a52d948 commit 606177c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"copyFiles-windows-x86": ["lib/win-i386/libevent.dll"],
"sourceFiles-windows-x86_64": ["lib/win-amd64/event2.lib"],
"copyFiles-windows-x86_64": ["lib/win-amd64/libevent.dll"],
"libs-windows": ["wsock32", "ws2_32", "advapi32"],
"libs-windows": ["wsock32", "ws2_32", "advapi32"]
},
{
"name": "libasync",
Expand All @@ -46,19 +46,19 @@
"name": "libev",
"dependencies": {"libev": "~>5.0.0+4.04"},
"platforms": ["posix"],
"versions": ["VibeLibevDriver", "LIBEV4"],
"versions": ["VibeLibevDriver", "LIBEV4"]
},
{
"name": "win32",
"platforms": ["windows"],
"versions": ["VibeWin32Driver"],
"libs-windows": ["wsock32", "ws2_32", "advapi32", "user32"],
"libs-windows": ["wsock32", "ws2_32", "advapi32", "user32"]
},
{
"name": "winrt",
"platforms": ["windows"],
"versions": ["VibeWinrtDriver"],
"sourceFiles-windows-x86": ["lib/win-i386/runtimeobject.lib"],
"sourceFiles-windows-x86": ["lib/win-i386/runtimeobject.lib"]
}
],

Expand Down

0 comments on commit 606177c

Please sign in to comment.