Skip to content

Commit a147919

Browse files
committed
v17.0.0
1 parent a02bafc commit a147919

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyc",
3-
"version": "15.1.0",
3+
"version": "17.0.0",
44
"description": "the Istanbul command line interface",
55
"main": "index.js",
66
"scripts": {
@@ -50,6 +50,10 @@
5050
{
5151
"name": "Krishnan Anantheswaran",
5252
"website": "https://github.com/gotwarlost"
53+
},
54+
{
55+
"name": "cschanaj",
56+
"website": "https://github.com/cschanaj"
5357
}
5458
],
5559
"author": "Ben Coe <[email protected]>",
@@ -99,9 +103,9 @@
99103
"node": ">=18.0.0"
100104
},
101105
"homepage": "https://istanbul.js.org/",
102-
"bugs": "https://github.com/istanbuljs/nyc/issues",
106+
"bugs": "https://github.com/cschanaj/nyc/issues",
103107
"repository": {
104108
"type": "git",
105-
"url": "[email protected]:istanbuljs/nyc.git"
109+
"url": "[email protected]:cschanaj/nyc.git"
106110
}
107111
}

0 commit comments

Comments
 (0)