diff --git a/package-lock.json b/package-lock.json index 2ccf96a..1eb3071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apigeelint", - "version": "2.46.1", + "version": "2.46.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apigeelint", - "version": "2.46.1", + "version": "2.46.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 98c48ed..c215b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apigeelint", - "version": "2.46.1", + "version": "2.46.2", "description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.", "main": "index.js", "bin": { @@ -9,7 +9,7 @@ "scripts": { "badge": "mocha --reporter mocha-badge-generator", "coverage": "npx nyc --reporter=text mocha", - "build-condition-parser": "npx mkdirp build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs", + "build-condition-parser": "./node_modules/mkdirp/dist/cjs/src/bin.js build && ./node_modules/peggy/bin/peggy.js -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs", "postinstall": "npm run build-condition-parser", "pretest": "npm run build-condition-parser", "test": "mocha"