From fd3558456edc752d43b58a0c0e1b99e5a45edae9 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 2 Jun 2021 16:14:22 +0300 Subject: [PATCH] Node.js: packaging new loader.js and loader.mjs. The files loader.js and loader.mjs (introduced in f85b85094541 and 3c551b9721df) were added to the packaged files list. --- src/nodejs/unit-http/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json index 81f06bd4..f0afe41c 100644 --- a/src/nodejs/unit-http/package.json +++ b/src/nodejs/unit-http/package.json @@ -10,6 +10,8 @@ "unit.cpp", "http.js", "http_server.js", + "loader.js", + "loader.mjs", "nxt_napi.h", "package.json", "socket.js",