Skip to content

Commit

Permalink
fix: update to @octokit/openapi v1.0.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Dec 1, 2020
1 parent aca25ea commit e7d02db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cache/openapi-schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.0.1",
"version": "1.0.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -17149,7 +17149,7 @@
{
"type": "PARAMETER",
"date": "2020-09-17",
"parameter": "alert_name",
"parameter": "alert_number",
"before": { "name": "alert_id" }
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"branches": "main"
},
"octokit": {
"openapi-version": "1.0.1"
"openapi-version": "1.0.2"
}
}

0 comments on commit e7d02db

Please sign in to comment.