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 e618aed commit 6c72c5d
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 @@ -22,7 +22,7 @@ let package = Package(
.target(
name: "Panels",
dependencies: [],
path: "Sources",
path: "Sources"
),
.testTarget(
name: "PanelsTests",
Expand Down

0 comments on commit 6c72c5d

Please sign in to comment.