From 27de32ce9fcd5e3209d6e5c6f23f831313daecd7 Mon Sep 17 00:00:00 2001 From: Andreas Bertsch Date: Mon, 30 Mar 2026 09:15:57 +0200 Subject: [PATCH] add repository information in package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06ec5f8..c262009 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "@gs-ts/native-monad", - "version": "0.0.5", + "version": "0.0.6", "description": "TypeScript monad library using native JS/TS idioms - Result, Option, and Query types", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://git.sticedev.de/gs/native-monad.git" + }, "exports": { ".": { "import": {