Skip to content

Commit

Permalink
Exclude tests resources from Swift Package
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Feb 25, 2017
1 parent f1fd0f3 commit 60b086f
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: "HTMLKit"
name: "HTMLKit",
exclude: ["Tests/Resources", "Tests/css-tests", "Tests/html5lib-tests"]
)

0 comments on commit 60b086f

Please sign in to comment.