From b908ac94d691e4fcf65b5d314ff3292b45af9033 Mon Sep 17 00:00:00 2001 From: Rohit Garg <42495927+gargroh@users.noreply.github.com> Date: Tue, 26 May 2020 17:20:58 +0530 Subject: [PATCH] docs: update website url on npm page --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd3153d..357f28f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "contributors": [ "Federico Zivolo <federico.zivolo@gmail.com> (https://fezvrasta.github.io)" ], - "homepage": "https://github.com/popperjs/react-popper", + "homepage": "https://popper.js.org/react-popper", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "typings": "typings/react-popper.d.ts",