Skip to content

Commit

Permalink
Fix Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
koher committed Oct 17, 2017
1 parent 808a64a commit d9866a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "PromiseK",
products: [
.library(name: "PromiseK", targets: ["PromiseK"]),
],
targets: [
.target(name: "PromiseK", dependencies: []),
.testTarget(name: "PromiseKTests", dependencies: ["PromiseK"]),
Expand Down

0 comments on commit d9866a1

Please sign in to comment.