Skip to content

Commit

Permalink
Merge pull request #93 from lukepistrol/main
Browse files Browse the repository at this point in the history
remove swift-docc-plugin since it is no longer needed
  • Loading branch information
lukepistrol authored Nov 13, 2022
2 parents d507ee6 + 1d493d9 commit 2035c4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
"version" : "0.1.1"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6",
"version" : "1.0.0"
}
},
{
"identity" : "swifttreesitter",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ let package = Package(
),
],
dependencies: [
.package(
url: "https://github.com/apple/swift-docc-plugin.git",
from: "1.0.0"
),
.package(
url: "https://github.com/krzyzanowskim/STTextView.git",
exact: "0.1.1"
Expand Down

0 comments on commit 2035c4c

Please sign in to comment.