Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #244 - try parsing as JSON if filename is a named pipe/fifo #246

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
increment package patch version to 5.0.1
  • Loading branch information
DavidBiesack committed Oct 21, 2024
commit beb2d09e2287bd2f0c920e1ff2c8b9265486e8f9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv-cli",
"version": "5.0.0",
"version": "5.0.1",
"description": "Command line interface for Ajv JSON schema validator",
"scripts": {
"build": "rimraf dist && tsc",
Loading