From 894fc041130759a368cbd594aeb8f6cbc3604be5 Mon Sep 17 00:00:00 2001 From: flrnt Date: Mon, 8 Jan 2024 08:12:32 +0100 Subject: [PATCH] Update package.json (#630) --- playground-refresh/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground-refresh/package.json b/playground-refresh/package.json index 62803999..12ca6f62 100644 --- a/playground-refresh/package.json +++ b/playground-refresh/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "nuxt-auth-playground-local", + "name": "nuxt-auth-playground-refresh", "scripts": { "typecheck": "tsc --noEmit", "lint": "eslint . --max-warnings=0",