Skip to content

Commit

Permalink
Update Package.swift to support DateToolsSwift again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ji authored and Jason Ji committed Mar 2, 2017
1 parent 10ed7a2 commit 9d0d6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import PackageDescription

let package = Package(
name: "DateTools",
name: "DateToolsSwift",
targets: [
Target(name: "DateTools")
Target(name: "DateToolsSwift")
]
)
package.exclude = ["Examples", "Tests"]
package.exclude = ["DateTools", "Examples", "Tests", "DateToolsSwift/Examples"]

0 comments on commit 9d0d6c0

Please sign in to comment.