Skip to content

Commit

Permalink
remove resources from JSONFilePublisher target
Browse files Browse the repository at this point in the history
it is not needed because only SexagenaryCycle1924 requires it
  • Loading branch information
theevo committed Dec 20, 2023
1 parent 648b439 commit 67194bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ let package = Package(
dependencies: ["SexagenaryCycle1924"]),
.target(
name: "JSONFilePublisher",
dependencies: ["SexagenaryCycle1924"],
resources: [
.copy("Resources/Wikipedia-Sexagenary-cycle.json"),
]
dependencies: ["SexagenaryCycle1924"]
),
.testTarget(
name: "JSONFilePublisherTests",
Expand Down

0 comments on commit 67194bb

Please sign in to comment.