Skip to content

Commit

Permalink
Merge pull request #5 from hckrnews/feature/first-draft
Browse files Browse the repository at this point in the history
No strict mode, for now
  • Loading branch information
w3nl authored Nov 21, 2023
2 parents b8d29b4 + cc0abbd commit bdbe402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/openapi-model",
"description": "OpenAPI Model",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down
2 changes: 1 addition & 1 deletion src/model.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Ajv from 'ajv'
const ajv = new Ajv({
strictSchema: false
strict: false
})

/**
Expand Down

0 comments on commit bdbe402

Please sign in to comment.