diff --git a/frontend/docs/introduction.md b/frontend/docs/introduction.md index 2bbd0bcc..6834bdae 100644 --- a/frontend/docs/introduction.md +++ b/frontend/docs/introduction.md @@ -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 diff --git a/tools/orama_package_reindex.ts b/tools/orama_package_reindex.ts index c5d76030..b4e0c53f 100644 --- a/tools/orama_package_reindex.ts +++ b/tools/orama_package_reindex.ts @@ -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");