aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2022-05-21 09:45:05 +0100
committerHayleigh Thompson <me@hayleigh.dev>2022-05-21 09:45:05 +0100
commit5869e3e3266c9fadecb565d01f970a9deeb81a78 (patch)
treebfd9c2e69a121b5aae5bd6567d0ebc7af37e91e7
parent9ef7400864d4cb4c6717ca2741ba6431e4988d17 (diff)
downloadlustre-5869e3e3266c9fadecb565d01f970a9deeb81a78.tar.gz
lustre-5869e3e3266c9fadecb565d01f970a9deeb81a78.zip
:wrench: Update package description.
-rw-r--r--gleam.toml8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/gleam.toml b/gleam.toml
index be47abf..7e38848 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -6,10 +6,10 @@ target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
-# licences = ["Apache-2.0"]
-# description = "A Gleam library..."
-# repository = { type = "github", user = "username", repo = "project" }
-# links = [{ title = "Website", href = "https://gleam.run" }]
+licences = ["MIT"]
+description = "A framework for building web apps - powered by Gleam and React!"
+repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" }
+links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-lustre" }]
[dependencies]
gleam_stdlib = "~> 0.19"
diff --git a/package.json b/package.json
index da7b872..c52208a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "gleam-lustre",
"version": "1.0.0",
- "description": "A Gleam project",
+ "description": "A framework for building web apps - powered by Gleam and React!",
"type": "module",
"directories": {
"test": "test"