fixed whitespace in dub.json

This commit is contained in:
Johannes Loher 2017-10-09 21:20:20 +02:00
parent e7e135d7ea
commit 8f37710536

View file

@ -11,25 +11,25 @@
"copyright": "Copyright © 2017, Johannes Loher",
"license": "MIT",
"targetType": "executable",
"targetPath": "generated",
"configurations": [
"targetPath": "generated",
"configurations": [
{
"name": "executable",
"versions": [
"VibeDefaultMain"
]
},
{
"name": "unittest",
"targetType": "executable",
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
{
"name": "unittest",
"targetType": "executable",
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
"mainSourceFile": "generated/ut.d",
"sourcePaths": ["test"],
"dependencies": {
"unit-threaded": "~>0.7.31"
"dependencies": {
"unit-threaded": "~>0.7.31"
}
}
],
}
],
"versions": [
"VibeUseOpenSSL11"
]