Skip to content

Commit

Permalink
fix for v2.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Jan 8, 2024
1 parent ac03987 commit 482fd75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigeelint",
"version": "2.46.2",
"version": "2.46.3",
"description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.",
"main": "index.js",
"bin": {
Expand All @@ -9,9 +9,7 @@
"scripts": {
"badge": "mocha --reporter mocha-badge-generator",
"coverage": "npx nyc --reporter=text mocha",
"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",
"build-condition-parser": "npx mkdirp build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit 482fd75

Please sign in to comment.