generated from MiniDiscordThemes/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
ae6350b
commit 499eb3a
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.DiscordReimagined", | ||
"name": "Discord Reimagined", | ||
"description": "Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. See GitHub for customisation options.", | ||
"author": { | ||
"name": "Saltssaumure", | ||
"discordID": "134142022092062720", | ||
"github": "Saltssaumure" | ||
}, | ||
"version": "1.1.1", | ||
"updater": { | ||
"type": "store", | ||
"id": "net.saltssaumure.DiscordReimagined" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-theme", | ||
"main": "scss/reimagine-replugged.scss", | ||
"source": "https://github.com/MiniDiscordThemes/DiscordReimagined", | ||
"image": [ | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview.png", | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview-systemcolor.png" | ||
] | ||
"id": "net.saltssaumure.DiscordReimagined", | ||
"name": "Discord Reimagined", | ||
"description": "Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. See GitHub for customisation options.", | ||
"author": { | ||
"name": "Saltssaumure", | ||
"discordID": "134142022092062720", | ||
"github": "Saltssaumure" | ||
}, | ||
"version": "1.1.1", | ||
"updater": { | ||
"type": "store", | ||
"id": "net.saltssaumure.DiscordReimagined" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-theme", | ||
"main": "scss/reimagine-replugged.scss", | ||
"source": "https://github.com/MiniDiscordThemes/DiscordReimagined", | ||
"image": [ | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview.png", | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview-systemcolor.png" | ||
] | ||
} |
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": "discordreimagined-discord-theme", | ||
"version": "1.1.1", | ||
"description": "A Discord theme based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w.", | ||
"repository": "github:MiniDiscordThemes/DiscordReimagined", | ||
"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.7.13", | ||
"salt-bd-scss": "^1.2.2" | ||
} | ||
"name": "discordreimagined-discord-theme", | ||
"version": "1.1.1", | ||
"description": "A Discord theme based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w.", | ||
"repository": "github:MiniDiscordThemes/DiscordReimagined", | ||
"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.7.13", | ||
"salt-bd-scss": "^1.2.2" | ||
} | ||
} |