Skip to content

Commit

Permalink
Classes and Replugged update (#14)
Browse files Browse the repository at this point in the history
* Update deps

* Fix image link

* Update classes with ClassUpdate
  • Loading branch information
Saltssaumure committed Apr 7, 2024
1 parent f1b5d9d commit bc9600c
Show file tree
Hide file tree
Showing 11 changed files with 518 additions and 2,173 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "gq.sappy.SpotiCord",
"name": "SpotiCord",
"description": "Light-weight Spotify theme for Discord",
"image": "https://cdn.discordapp.com/attachments/854910763768872965/1143909357910761683/238978823-34f7cb25-bb66-4b68-a164-62decfdbc25d.png",
"image": "https://github.com/Slddev/SpotiCord/assets/74999267/34f7cb25-bb66-4b68-a164-62decfdbc25d",
"source": "https://github.com/Slddev/SpotiCord",
"author": {
"name": "Sappy",
Expand Down
9 changes: 4 additions & 5 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": "Slddev",
"license": "MIT",
"devDependencies": {
"@parcel/config-default": "^2.10.0",
"@parcel/core": "^2.10.0",
"@types/node": "^20.8.7",
"prettier": "^3.0.3",
"replugged": "^4.6.5"
"prettier": "^3.2.5",
"replugged": "^4.7.9"
}
}
Loading

0 comments on commit bc9600c

Please sign in to comment.