Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit dac2f26

Browse files
committed
chore: update Stencil to 0.13.1
1 parent 0faf85f commit dac2f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"package": "Stencil",
33-
"repositoryURL": "https://github.com/kylef/Stencil.git",
33+
"repositoryURL": "https://github.com/stencilproject/Stencil.git",
3434
"state": {
3535
"branch": null,
3636
"revision": "0e9a78d6584e3812cd9c09494d5c7b483e8f533c",

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.executable(name: "querykit", targets: ["querykit-cli"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/kylef/Stencil.git", from: "0.9.0"),
11+
.package(url: "https://github.com/stencilproject/Stencil.git", from: "0.13.1"),
1212
.package(url: "https://github.com/kylef/Commander.git", from: "0.9.1"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)