Skip to content

Commit

Permalink
Switch back to the original prefire, version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Mar 12, 2024
1 parent d084777 commit cc12e61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
{
"identity" : "prefire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stefanceriu/Prefire",
"location" : "https://github.com/BarredEwe/Prefire",
"state" : {
"revision" : "982b207efafb9c6ff0c7beae38211c37b918d2b9"
"revision" : "608e7992dedc5ee409e59b3580010371ff0cef57",
"version" : "2.0.4"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
{
"identity" : "prefire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stefanceriu/Prefire",
"location" : "https://github.com/BarredEwe/Prefire",
"state" : {
"revision" : "982b207efafb9c6ff0c7beae38211c37b918d2b9"
"revision" : "608e7992dedc5ee409e59b3580010371ff0cef57",
"version" : "2.0.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.package(url: "https://github.com/element-hq/compound-design-tokens.git", exact: "1.2.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.9.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "4.1.1"),
.package(url: "https://github.com/stefanceriu/Prefire", revision: "982b207efafb9c6ff0c7beae38211c37b918d2b9"),
.package(url: "https://github.com/BarredEwe/Prefire", from: "2.0.4"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.13.0")
],
targets: [
Expand Down

0 comments on commit cc12e61

Please sign in to comment.