Skip to content

Commit

Permalink
Fix Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocasero committed Feb 5, 2020
1 parent f29f5e7 commit e618aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Panels",
dependencies: [],
path: "Sources",
dependencies: []
),
.testTarget(
name: "PanelsTests",
Expand Down

0 comments on commit e618aed

Please sign in to comment.