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 a147919
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "15.1.0",
"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": "cschanaj",
"website": "https://github.com/cschanaj"
}
],
"author": "Ben Coe <[email protected]>",
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": "[email protected]:istanbuljs/nyc.git"
"url": "[email protected]:cschanaj/nyc.git"
}
}

0 comments on commit a147919

Please sign in to comment.