Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #14

Closed
wants to merge 7 commits into from
Closed

Dev #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RoundedDiscord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @source https://github.com/MarkChan0225/RoundedDiscord
*/

@import url(https://MarkChan0225.github.io/RoundedDiscord/src/roundeddiscord.css);
@import url(https://raw.githubusercontent.com/MarkChan0225/RoundedDiscord/Dev/src/roundeddiscord.css);

:root {
--radius: 16px;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RoundedDiscord",
"version": "1.0.0",
"version": "1.1.1",
"description": "A theme which make your discord round.",
"engines": {
"node": ">=18.0.0",
Expand All @@ -17,8 +17,8 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.19.39",
"prettier": "^3.3.2"
"@types/node": "^18.19.40",
"prettier": "^3.3.3"
},
"dependencies": {
"replugged": "^4.8.1"
Expand Down
Loading
Loading