Adding in the path for StORM and adding in the comma

This commit is contained in:
Ryan 2018-12-23 13:44:30 -05:00
parent 9ca347a5a4
commit 9bfdc121b7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let package = Package(
targets: [ targets: [
.target( .target(
name: "StORM", name: "StORM",
dependencies: ["PerfectLib","SwiftMoment", "SwiftString"] dependencies: ["PerfectLib","SwiftMoment", "SwiftString"],
path: "Sources/StORM" path: "Sources/StORM"
), ),
] ]