diff --git a/dub.json b/dub.json index c67d6fb..ff26bbd 100644 --- a/dub.json +++ b/dub.json @@ -1,20 +1,10 @@ { - "name": "dscanner", - "description": "Swiss-army knife for D source code", - "copyright": "© Brian Schott", - "authors": ["Brian Schott"], - "importPaths": ["."], + "name": "dscanner", + "description": "Swiss-army knife for D source code", + "copyright": "© Brian Schott", + "authors": ["Brian Schott"], "license" : "Boost Software License - Version 1.0", - "configurations": [ - { - "name": "library", - "targetType": "library", - "sourcePaths": ["std"], - }, - { - "name": "dscanner", - "targetType": "executable", - "sourcePaths": ["."], - }, - ], + "targetType": "executable", + "sourcePaths": ["."], + "excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"], }