Skip to content

Commit

Permalink
refactor: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
theevo committed Dec 20, 2023
1 parent 8e21d7a commit 662faf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import PackageDescription
let package = Package(
name: "SexagenaryCycle1924",
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "SexagenaryCycle1924",
targets: ["SexagenaryCycle1924"]),
Expand All @@ -18,8 +17,6 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.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.
.target(
name: "SexagenaryCycle1924",
resources: [
Expand Down

0 comments on commit 662faf0

Please sign in to comment.