From 163696bf2cd535eae59542e995d596aba3be5d45 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 9 Oct 2019 13:15:04 -0400 Subject: [PATCH] docs: `npm home nyc` goes to github master branch README This causes confusion amongst users who think they're reading about the latest releaase. It is better that we send users to istanbul.js.org for documentation. Issue #1200 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 75d6344c4..670f3e1e2 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ "engines": { "node": ">=8" }, + "homepage": "https://istanbul.js.org/", "repository": { "type": "git", "url": "git@github.com:istanbuljs/nyc.git"