Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #137 from michallaskowski/fix-package
Browse files Browse the repository at this point in the history
Exclude Tests in Package.swift
  • Loading branch information
JohnSundell authored Nov 4, 2016
2 parents 0be5e80 + 1f60349 commit ac69e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import PackageDescription

let package = Package(
name: "Unbox"
name: "Unbox",
exclude: ["Tests"]
)

0 comments on commit ac69e55

Please sign in to comment.