From a1479196ebea7f17c76b9d7f9cd29dd30f837f55 Mon Sep 17 00:00:00 2001 From: cschanaj Date: Sat, 2 Dec 2023 16:26:47 +0800 Subject: [PATCH] v17.0.0 --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 44c047f2..87f1795b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "15.1.0", + "version": "17.0.0", "description": "the Istanbul command line interface", "main": "index.js", "scripts": { @@ -50,6 +50,10 @@ { "name": "Krishnan Anantheswaran", "website": "https://github.com/gotwarlost" + }, + { + "name": "cschanaj", + "website": "https://github.com/cschanaj" } ], "author": "Ben Coe ", @@ -99,9 +103,9 @@ "node": ">=18.0.0" }, "homepage": "https://istanbul.js.org/", - "bugs": "https://github.com/istanbuljs/nyc/issues", + "bugs": "https://github.com/cschanaj/nyc/issues", "repository": { "type": "git", - "url": "git@github.com:istanbuljs/nyc.git" + "url": "git@github.com:cschanaj/nyc.git" } }