-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
Given that we need to patch lockfile and such project is currently archived. See: #186 Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/vendor/** linguist-generated=true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
vendorpull https://github.com/jviotti/vendorpull 8445d0d0b15d308906ee395cc3313cba461865c4 | ||
lockfile https://github.com/npm/lockfile 94ef64505c07ec7cfb0b6860e61f1c2d820c4a06 | ||
signal-exit https://github.com/tapjs/signal-exit d4adbebea89cee95da197e9e94f32b3d685b4c80 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 27905243d1f571c766f0a2c59d545d52b53e5467 Mon Sep 17 00:00:00 2001 | ||
From: Juan Cruz Viotti <[email protected]> | ||
Date: Mon, 12 Sep 2022 09:27:48 -0400 | ||
Subject: [PATCH] Use vendored signal-exit | ||
|
||
Signed-off-by: Juan Cruz Viotti <[email protected]> | ||
--- | ||
lockfile.js | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/lockfile.js b/lockfile.js | ||
index f037bec..81e9ee8 100644 | ||
--- a/lockfile.js | ||
+++ b/lockfile.js | ||
@@ -30,7 +30,7 @@ function hasOwnProperty (obj, prop) { | ||
return Object.prototype.hasOwnProperty.call(obj, prop) | ||
} | ||
|
||
-var onExit = require('signal-exit') | ||
+var onExit = require('../signal-exit') | ||
onExit(function () { | ||
debug('exit listener') | ||
// cleanup | ||
-- | ||
2.37.3 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.