From e690c4ed458f01ee76e10b68482942d6cae99b46 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 10 Nov 2025 21:21:34 +0100 Subject: [PATCH] fix: Correct the author field to contain a name The field is not allowed to contain an email address only, see https://docs.npmjs.com/cli/v11/configuring-npm/package-json#people-fields-author-contributors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f75b734..173bf39 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "time-picker-hook", "react-time-picker-hook" ], - "author": "", + "author": "Pavel Feschenko ", "license": "MIT", "bugs": { "url": "https://github.com/rehookify/datepicker/issues"