From 774306e5272d694706430f1c92fd4132be6b3c46 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 19 Dec 2019 09:33:29 +0300 Subject: [PATCH] Change `homepage` to GH Pages url (#5) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5e72e..1a428a5 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,5 @@ "bugs": { "url": "https://github.com/ogonkov/fest-webpack-loader/issues" }, - "homepage": "https://github.com/ogonkov/fest-webpack-loader#readme" + "homepage": "https://ogonkov.github.io/fest-webpack-loader/" }