Fix package.swift mistake

This commit is contained in:
Joe Mattiello
2023-03-02 00:50:41 -05:00
parent 444aac1210
commit e1ed6f5ba3
2 changed files with 12 additions and 1 deletions

View File

@@ -448,7 +448,7 @@ let package = Package(
// .plugin(name: "CargoPlugin-Generate", capability: .command(intent: PluginCommandIntent)),
.target(name: "PackageConfigs", dependencies: [
"IgnoreConfig",
.product(name: "IgnoreConfig", package: "ignore"),
])
// MARK: Danger.swift
// .target(