X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/a2e8f128a03663ee5af4461707ed3af55723ff45..c32d8723eb863a95d821f4dc18281e17965d4025:/Package.swift diff --git a/Package.swift b/Package.swift index 58b3294..9adbd39 100644 --- a/Package.swift +++ b/Package.swift @@ -14,9 +14,6 @@ let package = Package( targets: [ .target( name: "lyricli", - dependencies: ["HTMLEntities", "Bariloche"]), - .testTarget( - name: "lyricliTests", - dependencies: ["lyricli"]), + dependencies: ["HTMLEntities", "Bariloche"]) ] )