Skip to content

Commit fc9a843

Browse files
committed
1 parent daad9ad commit fc9a843

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

node_modules/bin-links/lib/link-gently.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const CLOBBER = Symbol('clobber - ours or in forceful mode')
2828

2929
const linkGently = async ({ path, to, from, absFrom, force }) => {
3030
if (seen.has(to)) {
31-
return true
31+
return false
3232
}
3333
seen.add(to)
3434

node_modules/bin-links/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin-links",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "JavaScript package binary linker",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^4.0.0",
33-
"@npmcli/template-oss": "4.5.1",
33+
"@npmcli/template-oss": "4.15.1",
3434
"require-inject": "^1.4.4",
3535
"tap": "^16.0.1"
3636
},
@@ -53,6 +53,7 @@
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
5555
"windowsCI": false,
56-
"version": "4.5.1"
56+
"version": "4.15.1",
57+
"publish": true
5758
}
5859
}

package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3374,9 +3374,9 @@
33743374
}
33753375
},
33763376
"node_modules/bin-links": {
3377-
"version": "4.0.1",
3378-
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.1.tgz",
3379-
"integrity": "sha512-bmFEM39CyX336ZGGRsGPlc6jZHriIoHacOQcTt72MktIjpPhZoP4te2jOyUXF3BLILmJ8aNLncoPVeIIFlrDeA==",
3377+
"version": "4.0.2",
3378+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.2.tgz",
3379+
"integrity": "sha512-jxJ0PbXR8eQyPlExCvCs3JFnikvs1Yp4gUJt6nmgathdOwvur+q22KWC3h20gvWl4T/14DXKj2IlkJwwZkZPOw==",
33803380
"dependencies": {
33813381
"cmd-shim": "^6.0.0",
33823382
"npm-normalize-package-bin": "^3.0.0",

0 commit comments

Comments
 (0)