Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jan 9, 2024
1 parent b6a6ba0 commit e89e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.1")
],
targets: [
.target(name: "Mint", dependencies: ["MintCLI"]),
.executableTarget(name: "Mint", dependencies: ["MintCLI"]),
.target(name: "MintCLI", dependencies: ["Rainbow", "SwiftCLI", "MintKit"]),
.target(name: "MintKit", dependencies: ["Rainbow", "PathKit", "Version", "SwiftCLI"]),
.testTarget(name: "MintTests", dependencies: ["MintKit"]),
Expand Down

0 comments on commit e89e9ac

Please sign in to comment.