Skip to content

Commit

Permalink
Remove JSONPatch dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhunsley committed Jun 16, 2024
1 parent 2e232b6 commit e5dd581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ let package = Package(
name: "PatchouliCore",
targets: ["PatchouliCore"]),
],
dependencies: [
// .upToNextMajor(from: "1.0.6"))
// JSONPatch has tags both "1.2.3" and "v1.2.3"
.package(url: "https://github.com/raymccrae/swift-jsonpatch", exact: "1.0.6")
],
targets: [
.target(
name: "PatchouliCore",
Expand Down

0 comments on commit e5dd581

Please sign in to comment.