Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
update to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Dec 21, 2016
1 parent ad3eb7d commit fb7444c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions example/api/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ paths:
handler: crash
tags:
- pets
parameters:
- name: token
in: header
type: string
required: true
pattern: token.*
description: token in http header.
responses:
200:
description: unexpected error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-oai-router",
"version": "1.0.6",
"version": "1.0.7",
"main": "dist/oai-router.js",
"scripts": {
"clean": "rm -rf .nyc_output coverage dist",
Expand Down

0 comments on commit fb7444c

Please sign in to comment.