From 543e05fc914f24a4f609887b673b05dfa2879d88 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 9 Sep 2023 23:19:15 +0100 Subject: :wrench: Remove javascript target from gleam.toml --- lib/gleam.toml | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3