From 2d9ba45b8c6554bd27315f885ab518f6ec45445b Mon Sep 17 00:00:00 2001 From: kiki-kanri Date: Fri, 5 Jan 2024 12:09:29 +0800 Subject: [PATCH] chore: add author field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8894874..3a8f577 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.0.1", "description": "Easy-to-use nuxt server-side session.", "license": "MIT", + "author": "kiki-kanri", "repository": { "type": "git", "url": "git+https://github.com/kiki-kanri/nuxt-session.git"