Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 20, 2024
1 parent ae6350b commit 499eb3a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
42 changes: 21 additions & 21 deletions manifest.json
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"
]
}
48 changes: 24 additions & 24 deletions package.json
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"
}
}

0 comments on commit 499eb3a

Please sign in to comment.