Skip to content

Commit

Permalink
Remove unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Aug 17, 2022
1 parent 333efa8 commit adf9b4d
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 adf9b4d

Please sign in to comment.