Skip to content

Commit

Permalink
Add Pomelo support (publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
naftusdev committed Dec 9, 2023
1 parent 2d9cd3a commit bc8344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-lanyard",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist",
"typings": "dist",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export interface Emoji {

export interface DiscordUser {
username: string;
global_name: string | null;
public_flags: number;
id: string;
discriminator: string;
Expand Down

0 comments on commit bc8344b

Please sign in to comment.