Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit a4e4b6f

Browse files
author
Jan Krems
committed
chore: Fix repo info in package.json
1 parent 6052946 commit a4e4b6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "MIT",
66
"main": "lib/_inspect.js",
77
"bin": "cli.js",
8-
"homepage": "https://github.com/buggerjs/node-inspect",
8+
"homepage": "https://github.com/nodejs/node-inspect",
99
"repository": {
1010
"type": "git",
11-
"url": "git+ssh://[email protected]/buggerjs/node-inspect"
11+
"url": "git+ssh://[email protected]/nodejs/node-inspect"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/buggerjs/node-inspect/issues"
14+
"url": "https://github.com/nodejs/node-inspect/issues"
1515
},
1616
"scripts": {
1717
"pretest": "eslint --rulesdir=tools/eslint-rules lib test",

0 commit comments

Comments
 (0)