Simplify dub.json to be able to easily copy the examples.

This commit is contained in:
Hiroki Noda 2017-12-04 06:04:28 +09:00
parent cc83591fce
commit a74a347645
4 changed files with 0 additions and 8 deletions

View file

@ -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": "../../"}
}

View file

@ -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": "../../"}
}