Adding in the path for StORM

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

View File

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