Skip to content

Commit e41427a

Browse files
authored
fix(deps): fix package.json (#980)
By running `npm pkg fix`
1 parent c9e9d97 commit e41427a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"node": "^18.18.0 || >=20.0.0"
88
},
99
"bin": {
10-
"get-metadata": "./bin/get-metadata.js",
11-
"git-node": "./bin/git-node.js",
12-
"ncu-config": "./bin/ncu-config.js",
13-
"ncu-team": "./bin/ncu-team.js",
14-
"ncu-ci": "./bin/ncu-ci.js"
10+
"get-metadata": "bin/get-metadata.js",
11+
"git-node": "bin/git-node.js",
12+
"ncu-config": "bin/ncu-config.js",
13+
"ncu-team": "bin/ncu-team.js",
14+
"ncu-ci": "bin/ncu-ci.js"
1515
},
1616
"scripts": {
1717
"test": "npm run test-unit && npm run lint",
@@ -25,7 +25,7 @@
2525
"author": "Joyee Cheung <[email protected]>",
2626
"repository": {
2727
"type": "git",
28-
"url": "git+ssh://[email protected]:nodejs/node-core-utils.git"
28+
"url": "git+ssh://[email protected]/nodejs/node-core-utils.git"
2929
},
3030
"files": [
3131
"lib/",

0 commit comments

Comments
 (0)