Replace require("package.json") with constants.js to simplify and remove that file from markdownlint-browser.js.

This commit is contained in:
David Anson 2021-11-10 21:48:15 -08:00
parent 8179adf38e
commit c5345f45eb
6 changed files with 33 additions and 21 deletions

View file

@ -1102,7 +1102,7 @@ function readConfigSync(file, parsers, fs) {
* @returns {string} SemVer string.
*/
function getVersion() {
return require("../package.json").version;
return require("./constants").version;
}
// Export a/synchronous/Promise APIs