diff --git a/manifest.json b/manifest.json index 933be1b..33f6e88 100644 --- a/manifest.json +++ b/manifest.json @@ -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" + ] } diff --git a/package.json b/package.json index 6558756..7ecefea 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "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" + } }