Skip to content

Commit

Permalink
Merge pull request #9 from SwiftPackageIndex/remove-docc-plugin
Browse files Browse the repository at this point in the history
Remove unused docc plugin
  • Loading branch information
finestructure authored Aug 17, 2022
2 parents 333efa8 + adf9b4d commit fc67091
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions Package.resolved

This file was deleted.

7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ let package = Package(
.testTarget(name: "SemanticVersionTests", dependencies: ["SemanticVersion"]),
]
)

#if swift(>=5.6)
// Add the documentation compiler plugin if possible
package.dependencies.append(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
)
#endif

0 comments on commit fc67091

Please sign in to comment.