Skip to content

Commit 789934f

Browse files
committed
Cleanup
1 parent cb05fd3 commit 789934f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Package.swift

-7
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,15 @@ import PackageDescription
55

66
let package = Package(
77
name: "TextFileKit",
8-
98
platforms: [
109
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
1110
],
12-
1311
products: [
1412
.library(
1513
name: "TextFileKit",
1614
targets: ["TextFileKit"]
1715
)
1816
],
19-
20-
dependencies: [
21-
// none
22-
],
23-
2417
targets: [
2518
.target(
2619
name: "TextFileKit",

0 commit comments

Comments
 (0)