libxmljs / libxmljs-dom

A simple DOM wrapper for libxmljs
13 stars 14 forks source link

Allow libxmljs minor version upgrades #10

Closed samogot closed 5 years ago

samogot commented 5 years ago

It is impossible to install libxmljs of exactly 0.19.0 on certain configurations. For example in ArchLinux with latest node-v67(11.1.0) build of libxmljs@0.19.0 fails, while libxmljs@0.19.5 works.

To avoid such issues, allow using any minor version of libxmljs higher than 0.19.0

dzcpy commented 5 years ago

@rchipka Could you please merge this PR? Really looking forward to get it working. Many thanks!