We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e9d97 commit e41427aCopy full SHA for e41427a
1 file changed
package.json
@@ -7,11 +7,11 @@
7
"node": "^18.18.0 || >=20.0.0"
8
},
9
"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"
+ "get-metadata": "bin/get-metadata.js",
+ "git-node": "bin/git-node.js",
+ "ncu-config": "bin/ncu-config.js",
+ "ncu-team": "bin/ncu-team.js",
+ "ncu-ci": "bin/ncu-ci.js"
15
16
"scripts": {
17
"test": "npm run test-unit && npm run lint",
@@ -25,7 +25,7 @@
25
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
26
"repository": {
27
"type": "git",
28
- "url": "git+ssh://git@github.com:nodejs/node-core-utils.git"
+ "url": "git+ssh://git@github.com/nodejs/node-core-utils.git"
29
30
"files": [
31
"lib/",
0 commit comments