Skip to content

Commit

Permalink
add path to target in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyvar committed Aug 26, 2018
1 parent 6075ff9 commit 6eff40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [],
targets: [
.target(name: "Ward", dependencies: []),
.target(name: "Ward", dependencies: [], path: "Sources"),
.testTarget(name: "WardTests", dependencies: ["Ward"]),
]
)

0 comments on commit 6eff40a

Please sign in to comment.