Skip to content

Commit

Permalink
Reorder authors current to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Sep 25, 2023
1 parent bd7d263 commit 99786d9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
15 changes: 0 additions & 15 deletions .prettierrc

This file was deleted.

15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"useTabs": false,
"singleQuote": false,
"printWidth": 140,
"tabWidth": 4,
"trailingComma": "none",
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
}
]
}
4 changes: 2 additions & 2 deletions Pesterchum.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* @name Pesterchum
* @author winterClover, luminaryFlowers, Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description Emulates the look and feel of the chat clients shown within the webcomic Homestuck.
* @description Emulates the Pesterchum chat client from Homestuck.
* @license UNLICENSED
* @version 1.1
* @version 1.2
* @invite uy8nKQVatp
* @source https://github.com/MiniDiscordThemes/Pesterchum
* @donate https://ko-fi.com/saltssaumure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
[![Replugged GitHub downloads][shield-asar-dl]][release-rp-gh]
[![Total repository size][shield-repo-size]][github]

***Emulates the look and feel of the [chat clients][wiki] shown within the webcomic [Homestuck][homestuck].***
***Emulates the [Pesterchum][wiki] chat client from [Homestuck][homestuck].***

| Dark mode | Light mode |
| ---------------------------------------------- | ------------------------------------------------ |
Expand Down
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"id": "net.saltssaumure.Pesterchum",
"name": "Pesterchum",
"description": "Emulates the look and feel of chat clients shown within the webcomic Homestuck.",
"description": "Emulates the Pesterchum chat client from Homestuck.",
"author": [
{
"name": "winterClover",
"github": "winterClover"
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
{
"name": "luminaryFlowers",
"github": "luminaryFlowers"
},
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
"name": "winterClover",
"github": "winterClover"
}
],
"version": "1.1.0",
"version": "1.2.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.Pesterchum"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pesterchum-discord-theme",
"version": "1.1.0",
"description": "Emulates the look and feel of chat clients shown within the webcomic Homestuck.",
"version": "1.2.0",
"description": "A Discord theme emulating the Pesterchum chat client from Homestuck.",
"repository": "github:MiniDiscordThemes/Pesterchum",
"author": "Saltssaumure <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 99786d9

Please sign in to comment.