From c20faaef48b32813e0e21a214d7cba3c9099c638 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Sun, 4 Aug 2024 16:06:25 +0300 Subject: [PATCH] add repository and author --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab9d46..13ac302 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,11 @@ "test": "mocha" }, "keywords": [], - "author": "", + "author": "Zefir", "license": "LGPL-3.0-only", + "repository": { + "url": "github:zefir-git/multipart-ts" + }, "description": "TypeScript library for multipart data parsing and creation", "devDependencies": { "chai": "^5.1.1",