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