Skip to content

Commit

Permalink
Release v9.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Aug 27, 2023
1 parent d65ba8d commit cd8ef49
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 52 deletions.
46 changes: 23 additions & 23 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"id": "net.saltssaumure.piOS",
"name": "piOS",
"description": "A SUPERHOT piOS inspired theme. See source README for customisation options.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "9.3.3",
"updater": {
"type": "store",
"id": "net.saltssaumure.piOS"
},
"license": "GPL-3.0",
"type": "replugged-theme",
"main": "scss/pios.scss",
"source": "https://github.com/Saltssaumure/pios-discord-theme",
"image": [
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060094177352/pios1.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060454891561/pios2.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060748484608/pios3.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611059829932052/pios4.png"
]
"id": "net.saltssaumure.piOS",
"name": "piOS",
"description": "A SUPERHOT piOS inspired theme. See source README for customisation options.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "9.3.4",
"updater": {
"type": "store",
"id": "net.saltssaumure.piOS"
},
"license": "GPL-3.0",
"type": "replugged-theme",
"main": "scss/pios.scss",
"source": "https://github.com/Saltssaumure/pios-discord-theme",
"image": [
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060094177352/pios1.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060454891561/pios2.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611060748484608/pios3.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129611059829932052/pios4.png"
]
}
57 changes: 28 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
{
"name": "pios-discord-theme",
"version": "9.3.3",
"description": "A SUPERHOT piOS inspired Discord theme.",
"repository": "github:Saltssaumure/pios-discord-theme",
"author": "Saltssaumure <[email protected]>",
"license": "GPL-3.0",
"private": true,

"scripts": {
"dev": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
"dev:vc": "bd-scss dev:vc",
"bd": "bd-scss build",
"rp": "replugged bundle theme",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"type": "module",
"dependencies": {
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@types/node": "^20.5.6",
"prettier": "^3.0.2",
"replugged": "^4.6.1",
"salt-bd-scss": "^1.1.0"
}
}
"name": "pios-discord-theme",
"version": "9.3.4",
"description": "A SUPERHOT piOS inspired Discord theme.",
"repository": "github:Saltssaumure/pios-discord-theme",
"author": "Saltssaumure <[email protected]>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"dev": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
"dev:vc": "bd-scss dev:vc",
"bd": "bd-scss build",
"rp": "replugged bundle theme",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"type": "module",
"dependencies": {
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@types/node": "^20.5.6",
"prettier": "^3.0.2",
"replugged": "^4.6.1",
"salt-bd-scss": "^1.1.0"
}
}

0 comments on commit cd8ef49

Please sign in to comment.