Skip to content

Commit 3c8e278

Browse files
committed
fix internal_modules value in gleam.toml
1 parent f954d3e commit 3c8e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ licences = ["Apache-2.0"]
99
repository = { type = "github", user = "SaphiraKai", repo = "humanise" }
1010
links = []
1111
internal_modules = [
12-
"util"
12+
"humanise/util"
1313
]
1414
#
1515
# For a full reference of all the available options, you can have a look at

0 commit comments

Comments
 (0)