diff options
-rw-r--r-- | lib/gleam.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gleam.toml b/lib/gleam.toml index a008d97..cbef5c1 100644 --- a/lib/gleam.toml +++ b/lib/gleam.toml @@ -5,7 +5,6 @@ description = "An Elm-inspired framework for building web apps in Gleam!" licences = ["MIT"] links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }] repository = { type = "github", user = "hayleigh-dot-dev", repo = "lustre/lib" } -target = "javascript" [dependencies] gleam_stdlib = "~> 0.30" |