summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-25Node.js: used distinct placeholder for version in "package.json".Valentin Bartenev1-1/+1
This makes the "sed" instruction simpler and more portable, as the previous variant didn't work well on BSD systems due to the "\s" metacharacter. Thanks to Sergey A. Osokin <osa@FreeBSD.org.ru> for spotting this issue. Also, this should prevent accidentally creating a version 1.0.0 package.
2019-08-20Node.js: introducing websocket support.Max Romanov1-1/+8
2019-06-17Node.js: packaging new nxt_napi.h.Max Romanov1-0/+1
File nxt_napi.h (introduced in 53533ba0097c) added into packaged files list. This closes #261 issue on GitHub.
2018-12-19Node.js: added check for libunit version at compile time.Alexander Borisov1-4/+5
2018-12-12Node.js: removed unused dependency.Valentin Bartenev1-4/+1
2018-10-23Added ability to publish Node.js module.Alexander Borisov1-1/+1
2018-10-03Added Node.js support.Alexander Borisov1-0/+29