Skip to content

Commit

Permalink
feat(cli): npm interop compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Mar 14, 2024
1 parent 093123f commit ad30df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /env/bin/node

import { assert, colors, log } from "./deps.ts";
import diff from "./diff.json" with { type: "json" };

Expand Down
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ad30df7

Please sign in to comment.