Skip to content

Commit

Permalink
chore: 🚑 rename @Sunar to @sunarjs
Browse files Browse the repository at this point in the history
  • Loading branch information
4doist committed Jul 8, 2024
1 parent 9315b84 commit 261aef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/limits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ A robust library of constants defining Discord's limits, aimed at streamlining b
You can install the package using one of the following package managers:

```bash
npm install @sunar/limits
npm install @sunarjs/limits
# or
yarn add @sunar/limits
yarn add @sunarjs/limits
# or
pnpm add @sunar/limits
pnpm add @sunarjs/limits
# or
bun add @sunar/limits
bun add @sunarjs/limits
```

## Constants
Expand Down
2 changes: 1 addition & 1 deletion packages/limits/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sunar/limits",
"name": "@sunarjs/limits",
"version": "1.0.0",
"description": "A robust library of constants defining Discord's limits, aimed at streamlining bot and application development and integration on the Discord platform.",
"author": "tai (https://github.com/taii03)",
Expand Down

0 comments on commit 261aef5

Please sign in to comment.