summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2021-06-02 16:14:22 +0300
committerMax Romanov <max.romanov@nginx.com>2021-06-02 16:14:22 +0300
commitfd3558456edc752d43b58a0c0e1b99e5a45edae9 (patch)
tree9e2018c28036b09516f0a44ad5bcf7cb9d34af7f /src/nodejs
parent38ac7de61e8b206f8140fd6ec46b3aad0663578d (diff)
downloadunit-fd3558456edc752d43b58a0c0e1b99e5a45edae9.tar.gz
unit-fd3558456edc752d43b58a0c0e1b99e5a45edae9.tar.bz2
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.
Diffstat (limited to 'src/nodejs')
-rw-r--r--src/nodejs/unit-http/package.json2
1 files changed, 2 insertions, 0 deletions
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",