Merge pull request #47 from neonichu/fix-manifest
Needs to depend on PathKit 0.6.x
This commit is contained in:
@@ -3,6 +3,6 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "Stencil",
|
||||
dependencies: [
|
||||
.Package(url: "https://github.com/kylef/PathKit.git", majorVersion: 0, minor: 5),
|
||||
.Package(url: "https://github.com/kylef/PathKit.git", majorVersion: 0, minor: 6),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user