From 6b7015b15ea919ca658d0c0e718134a0836bc724 Mon Sep 17 00:00:00 2001 From: Med5KDB Date: Thu, 18 Jul 2024 22:56:21 +0000 Subject: [PATCH] allow npm to publish the package, rename it and link it to the github repo --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6cc6cb2..27687b4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,14 @@ { - "name": "nest-keycloak-user-manager", + "name": "@muhammad-al-amine/nest-keycloak-user-manager", "version": "0.0.1", "description": "", "author": "", - "private": true, + "private": false, "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "https://github.com/Med5KDB/nest-keycloak-user-manager.git" + }, "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",