Skip to content

Commit

Permalink
docs(readme): simplify the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Nov 7, 2023
1 parent 5a0bc0e commit 0ab5603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
Molt is a [Deno] module to bump semvers in import specifiers, like
[udd][deno-udd], but with a few different goals:

**Consistent** - Molt uses [deno_graph] for dependency resolution, and
"exploits" redirects of fetch requests, to get latest semvers. This should make
it support as many module registries as Deno runtime does, with a minimum
**Consistent** - Molt uses [deno_graph] for dependency resolution, and utilizes
fetch redirects for unversioned dependencies to get latest semvers. This should
make it support as many module registries as Deno runtime does, with a minimum
maintenance cost.

**Module-first** - The core logic is provided as versatile functions in a Deno
Expand Down

0 comments on commit 0ab5603

Please sign in to comment.