From 5be6dfe9371c24db928e332026d0e5707d2b0ad4 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 22 Sep 2024 12:23:46 +0530 Subject: [PATCH] chore(package.json): update author information and add files to publish --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28bebb5..12c7edc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,10 @@ "test": "vitest run --config vitest.config.ts", "prepare": "node .husky/install.mjs" }, - "author": "https://github.com/ghoshRitesh12", + "author": { + "name": "Ritesh Ghosh", + "url": "https://github.com/ghoshRitesh12" + }, "repository": { "type": "git", "url": "git+https://github.com/ghoshRitesh12/aniwatch.git" @@ -44,5 +47,10 @@ "tsup": "^8.2.4", "typescript": "^5.5.4", "vitest": "^2.0.5" - } + }, + "files": [ + "dist", + "LICENSE", + "package.json" + ] } \ No newline at end of file