aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
commit10bc93f41efdd9aab25e1e0d29b02b3b961158c5 (patch)
tree9d9c8fc3daf61326b7ebe4781be8d58e7dc8444a /gleam.toml
parent19ec0b446041f77a623e574656442c76d75107ae (diff)
downloadlustre-3.0.0-rc.1.tar.gz
lustre-3.0.0-rc.1.zip
:bookmark: Code for 3.0.0-rc.13.0.0-rc.1
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 45a837b..d658676 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "lustre"
-version = "2.0.1"
+version = "3.0.0-rc.1"
target = "javascript"
@@ -13,6 +13,7 @@ links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-l
[dependencies]
gleam_stdlib = "~> 0.28"
+gleam_javascript = "~> 0.4"
[dev-dependencies]
gleeunit = "~> 0.6"