Skip to content

Commit

Permalink
Merge pull request #12 from tremblay/patch-1
Browse files Browse the repository at this point in the history
Fix typo that breaks SPM
  • Loading branch information
gumob authored Aug 23, 2024
2 parents 3c7c425 + 8876df1 commit 2f3d0a7
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 @@ -21,7 +21,7 @@ let package = Package(
targets: [
.target(
name: "TLDExtract",
dependencies: ["Punnycode"],
dependencies: ["Punycode"],
path: "Source"),
.testTarget(
name: "TLDExtractSwiftTests",
Expand Down

0 comments on commit 2f3d0a7

Please sign in to comment.