From 5f6a5805ec3b48cc0cc0691bf69e0d83da8b7b32 Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Mon, 25 Mar 2019 00:24:57 +0100 Subject: [PATCH] Add homepage field in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 50a67f8..475bc22 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.9.1", "description": "A React component to crop images with easy interactions", "main": "dist/index.js", + "homepage": "https://ricardo-ch.github.io/react-easy-crop/", "repository": { "type": "git", "url": "https://github.com/ricardo-ch/react-easy-crop"