Skip to content

Commit 7986c83

Browse files
committed
Remove: targets: []
This is the default, but more importantly, I think it is confusing to have the example look like there are no targets, when in fact this just means: compute all targets.
1 parent 20841cb commit 7986c83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
import PackageDescription
1212

1313
let package = Package(
14-
name: "PlayingCard",
15-
targets: []
14+
name: "PlayingCard"
1615
)

0 commit comments

Comments
 (0)