chore(graphql-server): fixed repo url in `package.json`

pull/31/head v0.0.6
Yusuke Wada 2023-02-04 13:19:41 +09:00
parent bace1ab8ce
commit fbb2aa875d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@hono/graphql-server",
"version": "0.2.0",
"repository": "git@github.com:honojs/grahql-server.git",
"repository": "git@github.com:honojs/middleware.git",
"author": "Minghe Huang <h.minghe@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",