Skip to content

Commit

Permalink
fix badge and eggs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jan 28, 2023
1 parent 72d0537 commit 09aa254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Or in [GraphQL Playground](https://localhost:3000/graphql):

[docs-badge]: https://img.shields.io/github/v/release/deno-libs/gql?label=Docs&logo=deno&style=for-the-badge&color=DD3FAA
[docs]: https://doc.deno.land/https/deno.land/x/gql/mod.ts
[gh-actions-img]: https://img.shields.io/github/workflow/status/deno-libs/gql/CI?style=for-the-badge&logo=github&label=&color=DD3FAA
[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-libs/gql/main.yml?branch=master&style=for-the-badge&logo=github&label=&color=DD3FAA
[github-actions]: https://github.com/deno-libs/gql/actions
[cov]: https://coveralls.io/github/deno-libs/gql
[cov-badge]: https://img.shields.io/coveralls/github/deno-libs/gql?style=for-the-badge&color=DD3FAA
Expand Down
7 changes: 5 additions & 2 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"entry": "./mod.ts",
"description": "Universal GraphQL HTTP middleware for Deno",
"homepage": "https://github.com/deno-libs/gql",
"version": "1.1.2",
"version": "1.2.1",
"files": [
"./*.ts",
"./graphiql/*.ts",
Expand All @@ -19,5 +19,8 @@
"checkTests": true,
"checkInstallation": true,
"check": true,
"unlisted": false
"unlisted": false,
"checkAll": true,
"repository": "https://github.com/deno-libs/gql",
"releaseType": "patch"
}

0 comments on commit 09aa254

Please sign in to comment.