Skip to content

Commit bb9a408

Browse files
committed
Cleanup
1 parent 777f777 commit bb9a408

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

Package.swift

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@ let package = Package(
99
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
1010
],
1111
products: [
12-
.library(
13-
name: "TextFileKit",
14-
targets: ["TextFileKit"]
15-
)
12+
.library(name: "TextFileKit", targets: ["TextFileKit"])
1613
],
1714
targets: [
18-
.target(
19-
name: "TextFileKit",
20-
dependencies: []
21-
),
22-
.testTarget(
23-
name: "TextFileKitTests",
24-
dependencies: ["TextFileKit"]
25-
)
15+
.target(name: "TextFileKit"),
16+
.testTarget(name: "TextFileKitTests", dependencies: ["TextFileKit"])
2617
]
2718
)

0 commit comments

Comments
 (0)