Skip to content

Commit

Permalink
[Package] Use standard folder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shade-Zepheri committed Jun 21, 2020
1 parent a1f5b89 commit befc146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Palette",
dependencies: [],
path: "Sources"),
dependencies: []),
.testTarget(
name: "PaletteTests",
dependencies: ["Palette"]),
Expand Down
File renamed without changes.

0 comments on commit befc146

Please sign in to comment.