Skip to content

Commit

Permalink
chore: Remove the swift-docc-plugin dependency (which wasn't directly…
Browse files Browse the repository at this point in the history
… used by Saga) to make builds pass on Swift Package Index again
  • Loading branch information
kevinrenskers committed Mar 30, 2022
1 parent 6b71e7f commit 0994e9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,6 @@
"revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.10.1"
}
},
{
"package": "SwiftDocCPlugin",
"repositoryURL": "https://github.com/apple/swift-docc-plugin.git",
"state": {
"branch": "main",
"revision": "859caac534e94ace18b894ccd9ed301ae4aeda84",
"version": null
}
},
{
"package": "SymbolKit",
"repositoryURL": "https://github.com/apple/swift-docc-symbolkit",
"state": {
"branch": "main",
"revision": "0a45209833f4a151212c1aa38e13cfc03b9462e4",
"version": null
}
}
]
},
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/kylef/PathKit", from: "1.0.1"),
.package(url: "https://github.com/JohnSundell/Codextended.git", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", branch: "main"),
],
targets: [
.target(
Expand Down

0 comments on commit 0994e9e

Please sign in to comment.