Updating package file

This commit is contained in:
Ryan 2018-12-22 22:43:15 -05:00
parent f748a72199
commit 6fd469db19
1 changed files with 1 additions and 1 deletions

View File

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