From 51b4f405d5080bffcd17b00c6b75d3320f9736bd Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Fri, 24 Apr 2026 08:43:04 -0700 Subject: fixes the generated README on JSR --- deno.json | 2 +- entry.ts | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/deno.json b/deno.json index c05f639..ffa474d 100644 --- a/deno.json +++ b/deno.json @@ -8,5 +8,5 @@ }, "license": "MIT", "name": "@eol/gq", - "version": "0.1.5" + "version": "0.1.6" } diff --git a/entry.ts b/entry.ts index f564c5c..996a3dd 100755 --- a/entry.ts +++ b/entry.ts @@ -1,11 +1,5 @@ -/** - * `@eol/gq` — a batteries-included GraphQL module for Deno. - * - * Re-exports the pieces you typically reach for when building a GraphQL API: - * an HTTP handler, a schema builder, a `gql` tag, and a `.graphql` loader. - * - * @module - */ + + /*** EXPORT ------------------------------------------- ***/ -- cgit v1.2.3