Skip to content

Commit

Permalink
Add library product to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rechsteiner committed Feb 10, 2024
1 parent ea927c2 commit 4e9ce93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import PackageDescription

let package = Package(
name: "swift-ansi-picker",
products: [
.library(name: "Picker", targets: ["Picker"]),
],
dependencies: [],
targets: [
.target(
Expand Down

0 comments on commit 4e9ce93

Please sign in to comment.