Skip to content

Commit 6c3847d

Browse files
Update Package.swift
1 parent a406fde commit 6c3847d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ let package = Package(
1313
products: [
1414
.library(
1515
name: "CachedAsyncImage",
16-
targets: ["CachedAsyncImage"])v
16+
targets: ["CachedAsyncImage"])
1717
],
1818
targets: [
19-
.target(
20-
name: "CachedAsyncImage")
19+
.target(name: "CachedAsyncImage")
2120
]
2221
)

0 commit comments

Comments
 (0)