From 544c163ed80be0580fad685a0b0d000241617b41 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Mon, 23 Mar 2020 08:56:15 -0300 Subject: [PATCH] Update homepage in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c15bc228..ff68b31af 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bugs": { "url": "https://github.com/croct-tech/plug-js/issues" }, - "homepage": "https://github.com/croct-tech/plug-js#readme", + "homepage": "https://github.com/croct-tech/plug-js", "scripts": { "validate": "tsc --noEmit", "lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",