Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VDA22 committed May 17, 2024
1 parent 9be0ac0 commit a0913e3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,18 @@ let package = Package(
dependencies: [
"SwiftCLI",
"PathKit",
"PromiseKit",
"KeychainAccess"
"PromiseKit"
],
path: "Sources/FigmaGenTools"
),
.testTarget(
name: "FigmaGenTests",
dependencies: ["FigmaGen",
"KeychainAccess"],
dependencies: ["FigmaGen"],
path: "Tests/FigmaGenTests"
),
.testTarget(
name: "FigmaGenToolsTests",
dependencies: ["FigmaGenTools",
"KeychainAccess"],
dependencies: ["FigmaGenTools"],
path: "Tests/FigmaGenToolsTests"
)
],
Expand Down

0 comments on commit a0913e3

Please sign in to comment.