Skip to content

Commit 8f5ad3b

Browse files
committed
chore: remove duplicated FlexLayoutYoga dependency
1 parent dabdefd commit 8f5ad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: [
1212
.target(
1313
name: "FlexLayout",
14-
dependencies: ["FlexLayoutYoga", "FlexLayoutYogaKit"],
14+
dependencies: ["FlexLayoutYogaKit"],
1515
path: "Sources/Swift",
1616
publicHeadersPath: "Public"
1717
),

0 commit comments

Comments
 (0)