From ad30df7c22e752bf8c55a110ac819ed4ee38f6b1 Mon Sep 17 00:00:00 2001 From: Vicary A Date: Thu, 14 Mar 2024 11:37:33 +0800 Subject: [PATCH] feat(cli): npm interop compat --- cli.ts | 2 ++ deno.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cli.ts b/cli.ts index 6c2cb38..42beb23 100644 --- a/cli.ts +++ b/cli.ts @@ -1,3 +1,5 @@ +#! /env/bin/node + import { assert, colors, log } from "./deps.ts"; import diff from "./diff.json" with { type: "json" }; diff --git a/deno.json b/deno.json index 3f1de52..85cb6d3 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,7 @@ { "name": "@vicary/fresh-graphql", - "version": "0.2.8", + "version": "0.2.9-canary.0", + "bin": "./cli.js", "exports": "./mod.ts", "publish": { "exclude": [