Skip to content

Commit

Permalink
fix(cli): Module errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 9, 2025
1 parent a639065 commit d3432c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyshade/cli",
"version": "2.0.6",
"version": "2.0.7",
"description": "CLI for keyshade",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
Expand Down
2 changes: 0 additions & 2 deletions apps/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

import { Command } from 'commander'
import type BaseCommand from './commands/base.command'
import InitCommand from './commands/init.command'
Expand Down

0 comments on commit d3432c5

Please sign in to comment.