From f2cedc068f9c554bf9c18e2049b1dae68c6a1a2c Mon Sep 17 00:00:00 2001 From: kreuzerk Date: Mon, 7 Oct 2019 07:56:20 +0200 Subject: [PATCH] fix(metadata): add bugs and showcase url --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb1e74..dbed9b2 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,9 @@ "repository": { "type": "git", "url": "https://github.com/kreuzerk/ng-sortgrid.git" - } + }, + "bugs": { + "url": "https://github.com/kreuzerk/ng-sortgrid/issues" + }, + "homepage": "https://github.com/kreuzerk/ng-sortgrid#readme" }