diff --git a/package.json b/package.json index e24cb9a..9a0c5c1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "targetType": "executable", "mainSourceFile": "source/app.d", "libs": ["curl"], - "libs-posix-dmd": ["phobos2"], "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"], "versions": ["DubUseCurl"] }, @@ -23,7 +22,6 @@ "targetType": "library", "excludedSourceFiles": ["source/app.d"], "libs": ["curl"], - "libs-posix-dmd": ["phobos2"], "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"], "versions": ["DubUseCurl"] },