Skip to content

Commit

Permalink
Don't exclude Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hallee committed Jun 6, 2019
1 parent 932b192 commit ac09d1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ let package = Package(
targets: [
.target(
name: "DifferenceKit",
path: "Sources",
exclude: ["Extensions"]
path: "Sources"
),
.testTarget(
name: "DifferenceKitTests",
Expand Down

0 comments on commit ac09d1f

Please sign in to comment.