Skip to content

Commit

Permalink
deploy: 943abed
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 23, 2023
1 parent 67c5655 commit c5465bb
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 197 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.6.1",
"version": "1.6.2",
"updater": {
"type": "store",
"id": "net.saltssaumure.Exponent"
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "exponent-discord-theme",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Windows XP style Discord theme.",
"repository": "https://github.com/Saltssaumure/xp-discord-theme.git",
"repository": "https://github.com/Saltssaumure/xp-discord-theme",
"author": "Saltssaumure <[email protected]>",
"license": "GPL-3.0",
"private": true,
Expand All @@ -11,15 +11,16 @@
"dev:bd": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
"dev:vc": "bd-scss dev:vc",
"dev:vt": "bd-scss dev:vt",
"build:bd": "bd-scss build",
"build:rp": "replugged bundle theme",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"devDependencies": {
"prettier": "^3.0.3",
"replugged": "^4.7.4",
"salt-bd-scss": "^1.1.0"
"prettier": "^3.1.0",
"replugged": "^4.7.6",
"salt-bd-scss": "^1.2.1"
}
}
Loading

0 comments on commit c5465bb

Please sign in to comment.