Closed andysturrock closed 1 year ago
From https://github.com/ohmjs/ohm/issues/456
Parse ohm's package.json file to obtain the version. cli.js was parsing the package.json in the current directory to obtain the package version. It now parses its own package.json file, not the one from the project that is using ohm.
Thank you for the fix!
From https://github.com/ohmjs/ohm/issues/456
Parse ohm's package.json file to obtain the version. cli.js was parsing the package.json in the current directory to obtain the package version. It now parses its own package.json file, not the one from the project that is using ohm.