Skip to content

Commit aeae1f6

Browse files
committed
Properly export module
1 parent f788056 commit aeae1f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import PackageDescription
1818
let package = Package(
1919
name: "redi-stack",
2020
products: [
21-
.library(name: "RediStack", targets: ["RediStack"])
21+
.library(name: "RediStack", targets: ["RediStack"]),
22+
.library(name: "RediStackTestUtils", targets: ["RediStackTestUtils"])
2223
],
2324
dependencies: [
2425
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)