Skip to content

Commit

Permalink
remove stencil dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 9, 2016
1 parent 1ec4970 commit 69968ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "Vapor",
dependencies: [
//.Package(url: "https://github.com/tannernelson/fluent.git", majorVersion: 0)
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0)
//.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0)
]
)

0 comments on commit 69968ea

Please sign in to comment.