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(

View File

@@ -0,0 +1,11 @@
//
// PackageConfigs.swift
// PackageConfigs
//
// Created by Joseph Mattiello on 03/02/23.
// Copyright © 2023 Joseph Mattiello. All rights reserved.
//
// Dummy
public final class PackageConfigs { }