-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd887e1
commit 212ffdb
Showing
2 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"id": "net.saltssaumure.Squared", | ||
"name": "Squared", | ||
"description": "Squares all circles in Discord.", | ||
"author": { | ||
"name": "Saltssaumure", | ||
"discordID": "134142022092062720", | ||
"github": "Saltssaumure" | ||
}, | ||
"version": "1.7.6", | ||
"updater": { | ||
"type": "store", | ||
"id": "net.saltssaumure.Squared" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-theme", | ||
"main": "scss/sq.scss", | ||
"source": "https://github.com/MiniDiscordThemes/Squared", | ||
"image": [ | ||
"https://minidiscordthemes.github.io/Squared/preview/main.avif", | ||
"https://minidiscordthemes.github.io/Squared/preview/settings.avif" | ||
] | ||
"id": "net.saltssaumure.Squared", | ||
"name": "Squared", | ||
"description": "Squares all circles in Discord.", | ||
"author": { | ||
"name": "Saltssaumure", | ||
"discordID": "134142022092062720", | ||
"github": "Saltssaumure" | ||
}, | ||
"version": "1.7.7", | ||
"updater": { | ||
"type": "store", | ||
"id": "net.saltssaumure.Squared" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-theme", | ||
"main": "scss/sq.scss", | ||
"source": "https://github.com/MiniDiscordThemes/Squared", | ||
"image": [ | ||
"https://minidiscordthemes.github.io/Squared/preview/main.avif", | ||
"https://minidiscordthemes.github.io/Squared/preview/settings.avif" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "squared-discord-theme", | ||
"version": "1.7.6", | ||
"description": "A theme to square all circles in Discord.", | ||
"repository": "github:MiniDiscordThemes/Squared", | ||
"author": "Saltssaumure <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev:bd": "bd-scss dev", | ||
"dev:rp": "replugged build theme --watch", | ||
"dev:vc": "bd-scss dev:vc", | ||
"dev:vt": "bd-scss dev:vt", | ||
"build:css": "bd-scss build", | ||
"build:asar": "replugged bundle theme", | ||
"lint": "prettier ./scss --check", | ||
"lint:fix": "prettier ./scss --write --log-level warn", | ||
"release": "replugged release" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.3.2", | ||
"replugged": "^4.8.0", | ||
"salt-bd-scss": "^1.2.2" | ||
} | ||
"name": "squared-discord-theme", | ||
"version": "1.7.7", | ||
"description": "A theme to square all circles in Discord.", | ||
"repository": "github:MiniDiscordThemes/Squared", | ||
"author": "Saltssaumure <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev:bd": "bd-scss dev", | ||
"dev:rp": "replugged build theme --watch", | ||
"dev:vc": "bd-scss dev:vc", | ||
"dev:vt": "bd-scss dev:vt", | ||
"build:css": "bd-scss build", | ||
"build:asar": "replugged bundle theme", | ||
"lint": "prettier ./scss --check", | ||
"lint:fix": "prettier ./scss --write --log-level warn", | ||
"release": "replugged release" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.3.2", | ||
"replugged": "^4.8.0", | ||
"salt-bd-scss": "^1.2.2" | ||
} | ||
} |