diff --git a/dub.json b/dub.json index 6138c1e..ac644a5 100644 --- a/dub.json +++ b/dub.json @@ -1,42 +1,24 @@ -{ - "name" : "poodinis", - "description" : "A dependency injection framework with support for autowiring.", - "homepage": "http://lostmoment.com/open-source/poodinis", - "authors": ["Mike Bierlee"], - "copyright": "Copyright 2014 Mike Bierlee", - "license": "MIT", - "configurations": [ - { - "name": "release-build", - "targetType": "library", - "buildOptions": [ - "releaseMode", - "optimize", - "inline" - ] - }, - { - "name": "debug-build", - "targetType": "library", - "buildOptions": [ - "debugMode", - "debugInfo" - ] - }, - { - "name": "unittest", - "targetType": "executable", - "buildOptions": [ - "debugMode", - "debugInfo", - "unittests" - ], - "sourcePaths": [ - "test" - ], - "dflags-dmd": [ - "-main" - ] - } - ] +{ + "name" : "poodinis", + "description" : "A dependency injection framework with support for autowiring.", + "homepage": "http://lostmoment.com/open-source/poodinis", + "authors": ["Mike Bierlee"], + "copyright": "Copyright 2014 Mike Bierlee", + "license": "MIT", + "configurations": [ + { + "name": "build", + "targetType": "library" + }, + { + "name": "unittest", + "targetType": "executable", + "sourcePaths": [ + "test" + ], + "dflags-dmd": [ + "-main" + ] + } + ] } \ No newline at end of file diff --git a/dub.selections.json b/dub.selections.json new file mode 100644 index 0000000..22b6c56 --- /dev/null +++ b/dub.selections.json @@ -0,0 +1,4 @@ +{ + "fileVersion": 1, + "versions": {} +} \ No newline at end of file