From 9c79187d37b6a8c25cb5354454edfe75dc86f083 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 12 May 2024 12:43:26 -0400 Subject: [PATCH] chore(package): init v4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b690389..df37056 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "decky-frontend-lib", - "version": "3.25.0", - "description": "A library for building decky plugins", + "name": "@decky/frontend", + "version": "4.0.0", + "description": "A library for interacting with the Steam frontend in Decky plugins and elsewhere.", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js",