Skip to content

use version from package.json instead of hard-coded

Richard Smith-Unna requested to merge blahah/vivliostyle-electron:patch-1 into master

Currently vivliostyle-electron -V gives v0.0.1 no matter what the actual version is. This fixes it to draw version from the package.json.

Merge request reports