Skip to content

Commit

Permalink
Removed 'Tools'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilfley committed Jun 16, 2020
1 parent 6637167 commit 3d5d402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ let package = Package(
.library(
name: "SwiftColabTools",
targets: ["SwiftColabTools"]),
.library(
name: "Tools",
targets: ["Tools"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -24,9 +21,6 @@ let package = Package(
.target(
name: "SwiftColabTools",
dependencies: []),
.target(
name: "Tools",
dependencies: []),
.testTarget(
name: "SwiftColabToolsTests",
dependencies: ["SwiftColabTools"]),
Expand Down
18 changes: 0 additions & 18 deletions Sources/Tools/Tools.swift

This file was deleted.

0 comments on commit 3d5d402

Please sign in to comment.