diff --git a/Package.swift b/Package.swift index 0a8242f..6293cf1 100644 --- a/Package.swift +++ b/Package.swift @@ -4,6 +4,11 @@ import PackageDescription let package = Package( name: "DoctorPretty", + products: [ + .library( + name: "DoctorPretty", + targets: ["DoctorPretty"]), + ], dependencies: [ .package(url: "https://github.com/typelift/Algebra.git", .exact("0.2.0")), .package(url: "https://github.com/typelift/Swiftx.git", .exact("0.6.0")),