Skip to content

Commit

Permalink
reorder Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Apr 26, 2024
1 parent 60f0764 commit 6c3c2fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ let package = Package(
products: [
.library(name: "FlagsmithClient", targets: ["FlagsmithClient"]),
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0")
]
targets: [
.target(
name: "FlagsmithClient",
Expand All @@ -18,8 +21,5 @@ let package = Package(
name: "FlagsmitClientTests",
dependencies: ["FlagsmithClient"],
path: "FlagsmithClient/Tests"),
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0")
]
)

0 comments on commit 6c3c2fe

Please sign in to comment.