Skip to content

Commit df72a30

Browse files
committed
wip
1 parent d0c7dd1 commit df72a30

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ fastlane/test_output
7171
Packages/*
7272
.swiftpm
7373

74-
CLAUDE.md
74+
CLAUDE.md
75+
.claude

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
dependencies: [
4747
.package(url: "https://github.com/coenttb/swift-html-types.git", branch: "main"),
4848
.package(url: "https://github.com/coenttb/swift-css-types.git", branch: "main"),
49-
.package(url: "https://github.com/coenttb/pointfree-html.git", branch: "main"),
49+
.package(url: "https://github.com/coenttb/pointfree-html.git", from: "2.0.0"),
5050
],
5151
targets: [
5252
.target(

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
dependencies: [
4747
.package(url: "https://github.com/coenttb/swift-html-types.git", branch: "main"),
4848
.package(url: "https://github.com/coenttb/swift-css-types.git", branch: "main"),
49-
.package(url: "https://github.com/coenttb/pointfree-html.git", branch: "main"),
49+
.package(url: "https://github.com/coenttb/pointfree-html.git", from: "2.0.0"),
5050
],
5151
targets: [
5252
.target(

0 commit comments

Comments
 (0)