Skip to content

Commit

Permalink
Merge pull request #131 from net-a-porter-mobile/master
Browse files Browse the repository at this point in the history
Exclude tests from the sources in the swift package file
  • Loading branch information
Anviking authored Nov 18, 2016
2 parents 0a59e61 + 035e479 commit 1948d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import PackageDescription

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

0 comments on commit 1948d3e

Please sign in to comment.