Skip to content

Commit feccc43

Browse files
authored
chore(repo): Sort packages alphabetically in README
1 parent 09a91eb commit feccc43

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ yarn add @clerk/clerk-sdk-node
4141
For package specific details on installation, architecture and usage usage, you can refer to the package's README file.
4242

4343
- [`@clerk/backend`](./packages/backend): Functionalities regarded as "core" for Clerk to operate with. _Authentication resolution, API Resources etc._
44-
- [`@clerk/clerk-sdk-node`](./packages/sdk-node): SDK for native Node.js environment and frameworks.
45-
- [`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
44+
- [`@clerk/clerk-expo`](./packages/expo) Clerk package for the Expo universal app framework.
4645
- [`@clerk/clerk-js`](./packages/clerk-js): Core JavaScript implementation used by Clerk in the browser.
4746
- [`@clerk/clerk-react`](./packages/react) Clerk package for React applications.
48-
- [`@clerk/clerk-expo`](./packages/expo) Clerk package for the Expo universal app framework.
49-
- [`@clerk/types`](./packages/types) Main TypeScript typings for Clerk libraries.
47+
- [`@clerk/clerk-sdk-node`](./packages/sdk-node): SDK for native Node.js environment and frameworks.
5048
- [`@clerk/fastify`](./packages/fastify): Clerk package for Fastify.
49+
- [`@clerk/nextjs`](./packages/nextjs): Clerk package for Next.js.
50+
- [`@clerk/types`](./packages/types) Main TypeScript typings for Clerk libraries.
5151
- ...
5252

5353
Additionally there are packages which act as shared utilities or building blocks.

0 commit comments

Comments
 (0)