diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-24 17:34:23 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-24 17:34:23 -0500 |
| commit | 39cbc8c286227eca935248ad9237d66fa6f45f6e (patch) | |
| tree | bc7eb63a91537b6a173a61282d8acce5206a1422 /package.json | |
| parent | 12669097d86af780fdf4bec629aa81ba15b7c116 (diff) | |
| download | freeso-discord-auth-39cbc8c286227eca935248ad9237d66fa6f45f6e.tar.gz freeso-discord-auth-39cbc8c286227eca935248ad9237d66fa6f45f6e.tar.bz2 freeso-discord-auth-39cbc8c286227eca935248ad9237d66fa6f45f6e.zip | |
Changed discord usernames to id as they are permanent unlike username which can be changed
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 8027b21..10776ca 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,7 @@ "module": "index.ts", "type": "module", "devDependencies": { - "@types/bun": "latest", - "tailwindcss": "^3.4.17" + "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" |
