From 90790ab904183f13218190ec7cce53dd0fb1a428 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Wed, 30 Oct 2024 20:29:19 +0700 Subject: [PATCH] chore: link repo to npm site registry --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a9188a9..6611255 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,15 @@ { "name": "@aditama-labs/nest-autocrud", - "version": "0.0.21", + "version": "0.0.22", "description": "NestJS Auto CRUD Library", "author": "Supan Adit Pratama", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/aditama-labs/nest-autocrud" + }, + "homepage": "https://github.com/aditama-labs/nest-autocrud#readme", + "bugs": "https://github.com/aditama-labs/nest-autocrud/issues", "publishConfig": { "access": "public" },