Skip to content

Commit

Permalink
Release v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 21, 2024
1 parent dd887e1 commit 212ffdb
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.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"
]
}
48 changes: 24 additions & 24 deletions package.json
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"
}
}

0 comments on commit 212ffdb

Please sign in to comment.