From 66e1dec8d03f831f843e80edbcf0c55b503daa1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 13 Nov 2023 10:21:43 +0100 Subject: [PATCH] Switch to `require.addon()` --- binding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding.js b/binding.js index 9557a44..cea4630 100644 --- a/binding.js +++ b/binding.js @@ -1 +1 @@ -module.exports = process.addon(__dirname) +module.exports = require.addon()