Skip to content

Commit

Permalink
codablekit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 28, 2018
1 parent e0c8bb6 commit 198212b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.package(url: "https://github.com/vapor/template-kit.git", from: "1.0.0-rc.2"),
],
targets: [
.target(name: "Leaf", dependencies: ["Async", "Bits", "CodableKit", "COperatingSystem", "Service", "TemplateKit"]),
.target(name: "Leaf", dependencies: ["Async", "Bits", "COperatingSystem", "Service", "TemplateKit"]),
.testTarget(name: "LeafTests", dependencies: ["Leaf"]),
]
)
3 changes: 1 addition & 2 deletions Sources/Leaf/Parser/LeafParser.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Bits
import CodableKit
import Foundation
import Core
import TemplateKit

/// Parses leaf templates into a cacheable AST
Expand Down

0 comments on commit 198212b

Please sign in to comment.