Skip to content

Commit

Permalink
Update introduction.md (#587)
Browse files Browse the repository at this point in the history
Added Bun to list of explicitly mentioned runtimes JSR works with.

---------

Co-authored-by: Paul O <[email protected]>
Co-authored-by: Leo Kettmeir <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 9655b27 commit b4eb603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: JSR is a new modern package registry for JavaScript and TypeScript.
---

The JavaScript Registry (**JSR**) is a modern package registry for JavaScript
and TypeScript. JSR works with many runtimes (Node.js, Deno, browsers, and more)
and is backwards compatible with npm.
and TypeScript. JSR works with many runtimes (Node.js, Deno, Bun, browsers, and
more) and is backwards compatible with npm.
[Learn more about why we built JSR.](/docs/why)

## Using JSR packages
Expand Down
6 changes: 5 additions & 1 deletion tools/orama_package_reindex.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Copyright 2024 the JSR authors. All rights reserved. MIT license.
import type { List, Package, RuntimeCompat } from "../frontend/utils/api_types.ts";
import type {
List,
Package,
RuntimeCompat,
} from "../frontend/utils/api_types.ts";
import { chunk } from "jsr:@std/collections";

const index = Deno.env.get("ORAMA_PACKAGE_INDEX_ID");
Expand Down

0 comments on commit b4eb603

Please sign in to comment.