Skip to content

Commit 9418421

Browse files
committed
fix package.swift
1 parent 30adec9 commit 9418421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.target(
1111
name: "LTMorphingLabel",
1212
path: "LTMorphingLabel",
13-
exclude: "LTMorphingLabel/SwiftUI/MorphingText.swift"
14-
)
13+
exclude: ["LTMorphingLabel/SwiftUI/MorphingText.swift"]
14+
)
1515
]
1616
)

0 commit comments

Comments
 (0)