From fee49f2771a2fc3b75040593651d2c9ed4712908 Mon Sep 17 00:00:00 2001 From: Hasko Date: Wed, 24 Jun 2026 23:44:49 +0200 Subject: [PATCH] fix(npm): :green_heart: Add repository metadata --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 4937cc4..88bf41e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,17 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/haskou/ddd-kernel" + }, + "bugs": { + "url": "https://github.com/haskou/ddd-kernel/issues" + }, + "homepage": "https://haskou.github.io/ddd-kernel/", "exports": { ".": { "types": "./dist/index.d.ts",