Updating the package file for storm to specify the file path

This commit is contained in:
Ryan 2018-12-22 22:37:16 -05:00
parent 6172f4b4cb
commit 3e46381e91
1 changed files with 2 additions and 1 deletions

View File

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