Simplify dub.json to be able to easily copy the examples.
This commit is contained in:
parent
cc83591fce
commit
a74a347645
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"name": "client",
|
||||
"homepage": "https://github.com/trishume/ddbus",
|
||||
"copyright": "Copyright © 2017, Tristan Hume",
|
||||
"authors": ["Tristan Hume"],
|
||||
"targetType": "executable",
|
||||
"dependencies": {
|
||||
"ddbus": {"path": "../../"}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"name": "server",
|
||||
"homepage": "https://github.com/trishume/ddbus",
|
||||
"copyright": "Copyright © 2017, Tristan Hume",
|
||||
"authors": ["Tristan Hume"],
|
||||
"targetType": "executable",
|
||||
"dependencies": {
|
||||
"ddbus": {"path": "../../"}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue