Skip to content

Commit

Permalink
Merge pull request #477 from danger/f-meloni-patch-19
Browse files Browse the repository at this point in the history
Comment Danger's internal framework on release
  • Loading branch information
f-meloni committed Oct 13, 2021
2 parents 7659e6d + 3346f79 commit 8760a73
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 @@ -9,7 +9,7 @@ let package = Package(
products: [
.library(name: "Danger", type: .dynamic, targets: ["Danger"]),
.library(name: "DangerFixtures", type: .dynamic, targets: ["DangerFixtures"]),
.library(name: "DangerDeps", type: .dynamic, targets: ["Danger-Swift"]),
.library(name: "DangerDeps", type: .dynamic, targets: ["Danger-Swift"]), // dev
.executable(name: "danger-swift", targets: ["Runner"]),
],
dependencies: [
Expand Down

0 comments on commit 8760a73

Please sign in to comment.