Skip to content

Commit 12a799f

Browse files
committed
fix import and shebang issues
1 parent 23e2a50 commit 12a799f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-kit/grok-cli",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import React from "react";
23
import { render } from "ink";
34
import { program } from "commander";

0 commit comments

Comments
 (0)