add repository information in package.json

This commit is contained in:
2026-03-30 09:15:57 +02:00
parent 20bce963ac
commit 27de32ce9f

View File

@@ -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": {