Skip to content

Commit

Permalink
Remove swift-docc-plugin dependency
Browse files Browse the repository at this point in the history
SwiftPackageIndex doesn't need it to build DocC
  • Loading branch information
tevelee committed Sep 29, 2024
1 parent cec0768 commit c563b27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
23 changes: 0 additions & 23 deletions Package.resolved

This file was deleted.

3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ let package = Package(
products: [
.library(name: "Flow", targets: ["Flow"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],
targets: [
.target(
name: "Flow",
Expand Down
3 changes: 0 additions & 3 deletions Package@swift-6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ let package = Package(
products: [
.library(name: "Flow", targets: ["Flow"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],
targets: [
.target(
name: "Flow",
Expand Down

0 comments on commit c563b27

Please sign in to comment.