Skip to content

Commit

Permalink
Expose MetricsTestKit as a product (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett committed May 24, 2022
1 parent eadb828 commit 1c1408b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Expand Up @@ -20,6 +20,7 @@ let package = Package(
products: [
.library(name: "CoreMetrics", targets: ["CoreMetrics"]),
.library(name: "Metrics", targets: ["Metrics"]),
.library(name: "MetricsTestKit", targets: ["MetricsTestKit"]),
],
targets: [
.target(
Expand Down

0 comments on commit 1c1408b

Please sign in to comment.