Skip to content

Commit

Permalink
Remove Leaf as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Nov 29, 2019
1 parent 30edc04 commit 4bbb46d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Expand Up @@ -11,11 +11,10 @@ let package = Package(
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.0.0"),
.package(url: "https://github.com/vapor-community/markdown.git", from: "0.4.0"),
.package(url: "https://github.com/vapor/leaf.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/auth.git", from: "2.0.0"),
],
targets: [
.target(name: "SteamPress", dependencies: ["Vapor", "SwiftSoup", "SwiftMarkdown", "Leaf", "Authentication"]),
.target(name: "SteamPress", dependencies: ["Vapor", "SwiftSoup", "SwiftMarkdown", "Authentication"]),
.testTarget(name: "SteamPressTests", dependencies: ["SteamPress"]),
]
)

0 comments on commit 4bbb46d

Please sign in to comment.