Skip to content

Commit 1c6f8d9

Browse files
committed
Update SPM
1 parent f2252b0 commit 1c6f8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let package = Package(
1313
.target(
1414
name: "SQLiteMigrationManager",
1515
dependencies: ["SQLite"],
16-
path: "SQLiteMigrationManager",
16+
path: "Sources",
1717
sources: ["SQLiteMigrationManager.swift"]),
1818
.testTarget(
1919
name: "SQLiteMigrationManagerTests",
2020
dependencies: ["SQLiteMigrationManager"],
21-
path: "SQLiteMigrationManagerTests",
21+
path: "Tests",
2222
sources: ["SQLiteMigrationManagerTests.swift"])
2323
])

0 commit comments

Comments
 (0)