diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-06-02 16:14:22 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-06-02 16:14:22 +0300 |
commit | 9e711cf640d296e7afc591dbf5cfe386ee8735a0 (patch) | |
tree | c45212574bfcae649fba560463cdf694c8529b11 /src/nodejs | |
parent | 59a1c8f6a6df10e5c93b37d10945fef3cdcf7c95 (diff) | |
download | unit-9e711cf640d296e7afc591dbf5cfe386ee8735a0.tar.gz unit-9e711cf640d296e7afc591dbf5cfe386ee8735a0.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.json | 2 |
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", |