Skip to content

Commit

Permalink
Fix library product for BytesMutation package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Sep 12, 2022
1 parent 6c2a459 commit 385e8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: ["XCTAssertBytesEqual"]
),
.library(
name: "BytePattern",
targets: ["BytePattern"]
name: "BytesMutation",
targets: ["BytesMutation"]
),
],
dependencies: [
Expand Down

0 comments on commit 385e8ad

Please sign in to comment.