diff --git a/package.json b/package.json index b3dfc27..e24cb9a 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,6 @@ "Matthias Dondorff", "Sönke Ludwig" ], - "dependencies": { - "vibe-d": {"version": "~master", "optional": true} - }, "targetPath": "bin", "configurations": [ { @@ -17,6 +14,7 @@ "targetType": "executable", "mainSourceFile": "source/app.d", "libs": ["curl"], + "libs-posix-dmd": ["phobos2"], "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"], "versions": ["DubUseCurl"] }, @@ -25,12 +23,16 @@ "targetType": "library", "excludedSourceFiles": ["source/app.d"], "libs": ["curl"], + "libs-posix-dmd": ["phobos2"], "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"], "versions": ["DubUseCurl"] }, { "name": "library-nonet", "targetType": "library", + "dependencies": { + "vibe-d": {"version": "~master", "optional": true} + }, "excludedSourceFiles": ["source/app.d"] } ]