chore(graphql-server): package repository (#1251)
parent
368bd067d1
commit
9fd6473454
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/graphql-server",
|
"name": "@hono/graphql-server",
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"repository": "git@github.com:honojs/middleware.git",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/honojs/middleware.git",
|
||||||
|
"directory": "packages/graphql-server"
|
||||||
|
},
|
||||||
"author": "Minghe Huang <h.minghe@gmail.com>",
|
"author": "Minghe Huang <h.minghe@gmail.com>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue