Skip to content

Commit

Permalink
docs(readme): add jsr and notes on constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 28, 2024
1 parent 8d546c4 commit eaedf20
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,13 @@ we may implement registry-specific routines for them:

- [x] [deno.land/std](https://deno.land/std)
- [x] [deno.land/x](https://deno.land/x)
- [x] [jsr](https://jsr.io) (via `jsr:` specifier)
- [x] [npm](https://www.npmjs.com) (via `npm:` specifier)

> [!NOTE]\
> Version constraints like `~1.2.3` and `^1.2.3` in `npm:` and `jrs:` specifiers
> are not updated.
### Third-party registries

Molt also works with the following third-party registries:
Expand All @@ -196,8 +201,8 @@ TBW

The following limitations are imposed by the design of Molt:

- Dependencies are always updated to the latest versions. No version constraints
are supported.
- Dependencies are always updated to the latest versions. Version constraints
are not handled.
- Dependencies in import specifiers are only targeted.

See [issues] for other known limitations.
Expand Down

0 comments on commit eaedf20

Please sign in to comment.