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

Commit

Permalink
Add SwiftDoc library product to package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 10, 2020
1 parent 97b2347 commit f852a14
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 @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "swift-doc",
products: [
.library(name: "SwiftDoc", targets: ["SwiftDoc"])
],
dependencies: [
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),
Expand Down

0 comments on commit f852a14

Please sign in to comment.