From 439c8a045dbfff3c69dbfd265cbd1bbb59ab9a35 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..b894719 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",