Skip to content

Commit

Permalink
Package.swift 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ragingo committed Dec 19, 2022
1 parent 6752a67 commit c1a38fa
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
Expand Up @@ -11,7 +11,8 @@ let package = Package(
],
targets: [
.target(
name: "RagiSmoothList"
name: "RagiSmoothList",
path: "Sources"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit c1a38fa

Please sign in to comment.