Skip to content

Commit 1c1408b

Browse files
authored
Expose MetricsTestKit as a product (#111)
1 parent eadb828 commit 1c1408b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let package = Package(
2020
products: [
2121
.library(name: "CoreMetrics", targets: ["CoreMetrics"]),
2222
.library(name: "Metrics", targets: ["Metrics"]),
23+
.library(name: "MetricsTestKit", targets: ["MetricsTestKit"]),
2324
],
2425
targets: [
2526
.target(

0 commit comments

Comments
 (0)