From ba91490165a911bda616c07323fe59d1756065a4 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 17 Apr 2024 17:07:44 -0600 Subject: remove docc dependency --- Package.swift | 3 --- 1 file changed, 3 deletions(-) (limited to 'Package.swift') diff --git a/Package.swift b/Package.swift index f9bb845..d1695e8 100644 --- a/Package.swift +++ b/Package.swift @@ -11,9 +11,6 @@ let package = Package( name: "SwiftChessNeo", targets: ["SwiftChessNeo"]), ], - dependencies: [ - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0") - ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. // Targets can depend on other targets in this package and products from dependencies. -- cgit v1.2.3