Skip to content

Commit 20dc50a

Browse files
committed
Use new gleam 1.6 repository path option
1 parent 4128552 commit 20dc50a

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

sketch/gleam.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ description = "A CSS-in-Gleam package, foundation for CSS packages!"
55
internal_modules = ["sketch/internals", "sketch/internals/*"]
66
licences = ["MIT"]
77
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
8-
repository = {type = "github", user = "ghivert", repo = "sketch"}
8+
9+
[repository]
10+
type = "github"
11+
user = "ghivert"
12+
repo = "sketch"
13+
path = "sketch"
914

1015
[documentation]
1116
pages = [

sketch_css/gleam.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ description = "A Sketch runtime package, made to generate CSS!"
55
internal_modules = ["sketch/internals", "sketch/internals/*"]
66
licences = ["MIT"]
77
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
8-
repository = {type = "github", user = "ghivert", repo = "sketch"}
8+
9+
[repository]
10+
type = "github"
11+
user = "ghivert"
12+
repo = "sketch"
13+
path = "sketch_css"
914

1015
[dependencies]
1116
argv = ">= 1.0.2 and < 2.0.0"

sketch_lustre/gleam.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ description = "A Sketch runtime package, made to work with Lustre!"
55
internal_modules = ["sketch/internals", "sketch/internals/*"]
66
licences = ["MIT"]
77
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
8-
repository = {type = "github", user = "ghivert", repo = "sketch"}
8+
9+
[repository]
10+
type = "github"
11+
user = "ghivert"
12+
repo = "sketch"
13+
path = "sketch_lustre"
914

1015
[dependencies]
1116
gleam_stdlib = ">= 0.34.0 and < 2.0.0"

sketch_redraw/gleam.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ description = "A Sketch runtime package, made to work with Redraw!"
66
internal_modules = ["sketch/redraw/internals", "sketch/redraw/internals/*"]
77
licences = ["MIT"]
88
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
9-
repository = {type = "github", user = "ghivert", repo = "sketch"}
9+
10+
[repository]
11+
type = "github"
12+
user = "ghivert"
13+
repo = "sketch"
14+
path = "sketch_redraw"
1015

1116
[dependencies]
1217
gleam_stdlib = ">= 0.34.0 and < 2.0.0"

0 commit comments

Comments
 (0)