summaryrefslogtreecommitdiffhomepage
path: root/pkg/npm (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-27Added trailing zero to version string.Valentin Bartenev1-1/+1
While it looks nicer without zero 3-rd version number, this should improve interoperability. Version string can be parsed or used for sorting. And it is easier to handle and less confusing when there is constant number of version parts. Moreover, NPM also expects version format with 3 parts. So ".0" has already been used in Node.js module version.
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-7/+3
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926).
2018-12-19Node.js: added check for libunit version at compile time.Alexander Borisov1-0/+5
2018-10-23Added ability to publish Node.js module.Alexander Borisov1-0/+27