From ffa84cd0f43c07858506764b4151ba6af11ea120 Mon Sep 17 00:00:00 2001 From: sreenivas alapati Date: Thu, 8 Mar 2018 14:04:41 +0530 Subject: [PATCH] docs: added example for homepage pkgjson field(#19475) PR-URL: https://github.com/npm/npm/pull/19475 Credit: @cg-cnu Reviewed-By: @zkat --- doc/files/package.json.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/files/package.json.md b/doc/files/package.json.md index f8fb83c3a82..399fda7aec1 100644 --- a/doc/files/package.json.md +++ b/doc/files/package.json.md @@ -70,6 +70,10 @@ discover your package as it's listed in `npm search`. The url to the project homepage. +Example: + + "homepage": "https://github.com/owner/project#readme" + ## bugs The url to your project's issue tracker and / or the email address to which