-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ghivert/fix/documentation
Improve documentation
- Loading branch information
Showing
7 changed files
with
155 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name = "redraw" | ||
version = "1.0.0" | ||
target = "javascript" | ||
version = "1.0.0" | ||
|
||
# Fill out these fields if you intend to generate HTML documentation or publish | ||
# your project to the Hex package manager. | ||
|
||
description = "React bindings for Gleam! Supports everything modern React provides, with full Gleam Type-Checking system!" | ||
internal_modules = ["redraw/internals", "redraw/internals/*"] | ||
licences = ["MIT"] | ||
repository = { type = "github", user = "ghivert", repo = "redraw" } | ||
links = [{ title = "Sponsor", href = "https://github.com/sponsors/ghivert" }] | ||
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}] | ||
repository = {type = "github", user = "ghivert", repo = "redraw"} | ||
|
||
# For a full reference of all the available options, you can have a look at | ||
# https://gleam.run/writing-gleam/gleam-toml/. | ||
|
||
[dependencies] | ||
gleam_stdlib = ">= 0.34.0 and < 2.0.0" | ||
gleam_javascript = ">= 0.11.0 and < 1.0.0" | ||
gleam_stdlib = ">= 0.34.0 and < 2.0.0" | ||
|
||
[dev-dependencies] | ||
gleeunit = ">= 1.0.0 and < 2.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.