Skip to content

Commit

Permalink
fix: speedy-preview removed (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Oct 5, 2019
1 parent eeccf1b commit df90255
Show file tree
Hide file tree
Showing 39 changed files with 2,746 additions and 2,809 deletions.
2 changes: 1 addition & 1 deletion lib/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function write(fixturesPath, fixtures) {
),
writeFile(
resolve(path, "raw-fixture.json"),
prettier.format(JSON.stringify(fixtures.raw))
prettier.format(JSON.stringify(fixtures.raw), { parser: "json" })
)
]);
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -296,7 +296,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -330,7 +330,7 @@
"x-accepted-oauth-scopes": "public_repo, repo, repo:invite",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -418,7 +418,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -451,7 +451,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -514,7 +514,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down Expand Up @@ -142,7 +142,7 @@
"x-accepted-oauth-scopes": "",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json, github.speedy-preview; format=json",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user",
"x-ratelimit-limit": "5000",
Expand Down

0 comments on commit df90255

Please sign in to comment.