From 36e81e33d75dc9e20714bd7ce7b76e76fdd1c374 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 25 Jul 2023 13:15:27 -0400 Subject: [PATCH] add repository info --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 1f8d61a..2bc7692 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "@yanick/remeda", "version": "0.1.0", "description": "Remeda, plus a handful of added functions", + "repository": "https://git.babyl.ca/yanick/yanick-remeda.git", + "bugs": { + "url": "https:/git.babyl.ca/yanick/yanick-remeda/issues" + }, + "homepage": "https:/git.babyl.ca/yanick/yanick-remeda/issues", "type": "module", "main": "src/index.js", "scripts": {