fixed whitespace in dub.json
This commit is contained in:
parent
e7e135d7ea
commit
8f37710536
1 changed files with 10 additions and 10 deletions
20
dub.json
20
dub.json
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue