Skip to content

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj committed Dec 2, 2023
1 parent a02bafc commit db1c261
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "15.1.0",
"name": "@cschanaj/nyc",
"version": "17.0.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,6 +50,10 @@
{
"name": "Krishnan Anantheswaran",
"website": "https://github.com/gotwarlost"
},
{
"name": "CHAN, Chak Shing",
"website": "https://github.com/cschanaj"
}
],
"author": "Ben Coe <ben@npmjs.com>",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit db1c261

Please sign in to comment.