Skip to content

Commit

Permalink
Merge pull request #1 from MiniDiscordThemes/master
Browse files Browse the repository at this point in the history
Replugged update
  • Loading branch information
OIRNOIR authored Apr 6, 2024
2 parents 6b426f3 + f28ceca commit 03647bd
Show file tree
Hide file tree
Showing 7 changed files with 944 additions and 2,023 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Binary file added assets/disabledExample.avif
Binary file not shown.
Binary file added assets/enabledExample.avif
Binary file not shown.
9 changes: 6 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dev.oirnoir.bbwwme",
"name": "Bring Back WackyWebM Epicness",
"description": "Restores the webm glitch Discord had in July 2022.",
"description": "Restores the WebM glitch Discord had in July 2022.",
"author": {
"name": "OIRNOIR",
"discordID": "720842469024989195",
Expand All @@ -12,9 +12,12 @@
"type": "store",
"id": "dev.oirnoir.bbwwme"
},
"license": "MIT",
"license": "GPL-3.0",
"type": "replugged-theme",
"main": "src/main.css",
"source": "https://github.com/OIRNOIR/bbwwme",
"images": ["https://raw.githubusercontent.com/OIRNOIR/bbwwme/8ed6bd3fe53f0a2a022c09f4f256994a1ba3f53c/assets/enabledExample.gif", "https://raw.githubusercontent.com/OIRNOIR/bbwwme/8ed6bd3fe53f0a2a022c09f4f256994a1ba3f53c/assets/disabledExample.gif"]
"images": [
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/enabledExample.avif?raw=true",
"https://github.com/OIRNOIR/bbwwme/blob/master/assets/disabledExample.avif?raw=true"
]
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
"engines": {
"node": ">=14.0.0"
},
"private": true,
"scripts": {
"build": "replugged build theme",
"watch": "replugged build theme --watch",
"bundle": "replugged bundle theme",
"release": "replugged release",
"lint": "prettier ./src --check",
"lint:fix": "prettier ./src --write"
},
"keywords": [],
"author": "OIRNOIR",
"license": "GPL",
"license": "GPL-3.0",
"devDependencies": {
"@parcel/config-default": "^2.10.3",
"@parcel/core": "^2.10.3",
"@types/node": "^20.10.5",
"prettier": "^3.1.1",
"replugged": "^4.7.7"
"prettier": "^3.2.5",
"replugged": "^4.7.9"
}
}
Loading

0 comments on commit 03647bd

Please sign in to comment.