Adding in the path for StORM and adding in the comma
This commit is contained in:
parent
9ca347a5a4
commit
9bfdc121b7
|
@ -16,7 +16,7 @@ let package = Package(
|
|||
targets: [
|
||||
.target(
|
||||
name: "StORM",
|
||||
dependencies: ["PerfectLib","SwiftMoment", "SwiftString"]
|
||||
dependencies: ["PerfectLib","SwiftMoment", "SwiftString"],
|
||||
path: "Sources/StORM"
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue