diff options
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 6b60965..6f27948 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "decky-plugin-template", - "version": "0.0.1", - "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", + "name": "lossless-scaling-vk", + "version": "0.1.0", + "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk compatibility layer", "type": "module", "scripts": { "build": "rollup -c", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/SteamDeckHomebrew/decky-plugin-template.git" + "url": "git+https://github.com/xXJSONDeruloXx/decky-lossless-scaling-vk.git" }, "keywords": [ "decky", @@ -22,9 +22,9 @@ "author": "You <you@you.tld>", "license": "BSD-3-Clause", "bugs": { - "url": "https://github.com/SteamDeckHomebrew/decky-plugin-template/issues" + "url": "https://github.com/xXJSONDeruloXx/decky-lossless-scaling-vk/issues" }, - "homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme", + "homepage": "https://github.com/xXJSONDeruloXx/decky-lossless-scaling-vk#readme", "devDependencies": { "@decky/rollup": "^1.0.1", "@decky/ui": "^4.7.2", |
