diff --git a/manifest.json b/manifest.json index b123369..4193ec6 100644 --- a/manifest.json +++ b/manifest.json @@ -9,17 +9,17 @@ }, "version": "LPM-231106-HF1", "updater": { - "type": "github", - "id": "SiriusBYT/Flashcord" + "type": "github", + "id": "SiriusBYT/Flashcord" }, "license": "CC BY-NC-ND 4.0", "type": "replugged-theme", "main": "src/LPM/lpm.css", + "source": "https://github.com/SiriusBYT/flashcord", "image": [ "https://sirio-network.com/flashcord/ressources/store/LPM-Main.gif", "https://sirio-network.com/flashcord/ressources/store/LPM-Dark.png", "https://sirio-network.com/flashcord/ressources/store/LPM-CBM_Light.png", "https://sirio-network.com/flashcord/ressources/store/LPM-CBM_Dark.png" - ], - "source": "https://github.com/SiriusBYT/flashcord" + ] } diff --git a/package.json b/package.json index f960f67..160a142 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,13 @@ "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": "SiriusBYT", - "license": "CC BY-NC-ND 4.0", + "author": "", + "license": "ISC", "devDependencies": { "@types/node": "^18.17.6", "prettier": "^3.0.3",