Merge pull request #211 from sinkuu/fix_dub_json

Fix dub.json
This commit is contained in:
Brian Schott 2014-10-17 23:17:38 -07:00
commit 22c7fd8d09
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@
"authors": ["Brian Schott"],
"license" : "Boost Software License - Version 1.0",
"targetType": "executable",
"sourcePaths": ["."],
"excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"],
"dependencies": {
"libdparse": { "path": "libdparse/" },
"inifiled": { "path": "inifiled/" }
}
}