Skip to content

Commit 11957e7

Browse files
authored
Merge pull request #6 from restfulhead/fix-release
chore: initial release
2 parents a5d8f84 + 93f98d9 commit 11957e7

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ajv-openapi-request-response-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To check out what is supported, take a look at the [test fixtures](./test/fixtur
2222
## Getting started
2323

2424
Because the Open API specification can come in different flavors and from different sources, loading the specification file is not in scope
25-
of this library. To load a YAML based spec, you can for example use `js-yaml` as follows:
25+
of this library. To load a YAML based spec, you can, for example, use `js-yaml` as follows:
2626

2727
```typescript
2828
import * as fs from 'fs'

packages/ajv-openapi-request-response-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restfulhead/ajv-openapi-request-response-validator",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "AJV based implementation to validate http requests and responses against an OpenAPI schema",
55
"keywords": [
66
"azure",

0 commit comments

Comments
 (0)