Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f852a14

Browse files
committed
Add SwiftDoc library product to package manifest
1 parent 97b2347 commit f852a14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift-doc",
8+
products: [
9+
.library(name: "SwiftDoc", targets: ["SwiftDoc"])
10+
],
811
dependencies: [
912
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
1013
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),

0 commit comments

Comments
 (0)