From 8c750187bd98dcd5f7af648a5e49b286844974bb Mon Sep 17 00:00:00 2001 From: Marc Jorge Date: Sat, 21 Sep 2024 03:34:16 +0200 Subject: [PATCH] upd: npm - change homepage + set version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b46a77..05389c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-cryptography", - "version": "2.2.1", + "version": "2.2.2", "author": { "name": "Marc Jorge Gonzalez", "url": "https://github.com/mjorgegulab" @@ -10,7 +10,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com/" }, - "homepage": "https://github.com/mjorgegulab/nestjs-cryptography", + "homepage": "https://nestjs-cryptography.thewolfx41.dev", "repository": { "type": "git", "url": "git+https://github.com/mjorgegulab/nestjs-cryptography.git"