diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 23:19:15 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 23:19:15 +0100 |
commit | 543e05fc914f24a4f609887b673b05dfa2879d88 (patch) | |
tree | 976f46b211aa6f07e86e2239dd2c56e6fb4551ac | |
parent | 8b64f67e4435ba589f1f1605e0006318b53f1c65 (diff) | |
download | lustre-543e05fc914f24a4f609887b673b05dfa2879d88.tar.gz lustre-543e05fc914f24a4f609887b673b05dfa2879d88.zip |
:wrench: Remove javascript target from gleam.toml
-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" |